Searched refs:next_m (Results 1 – 1 of 1) sorted by relevance
164 const char *next_m = strchr(first_hash, 'm'); in CeedLoadSourceToInitializedBuffer() local167 if (next_m && next_m - first_hash >= 5) memcpy(keyword, &next_m[-4], 6); in CeedLoadSourceToInitializedBuffer()171 if (next_m) { in CeedLoadSourceToInitializedBuffer()172 for (CeedInt i = 1; first_hash - next_m + i < -5; i++) { in CeedLoadSourceToInitializedBuffer()