Searched refs:next_e (Results 1 – 1 of 1) sorted by relevance
195 const char *next_e = strchr(first_hash, 'e'); in CeedLoadSourceToInitializedBuffer() local197 if (next_e && next_e - first_hash >= 7) memcpy(keyword, &next_e[-6], 7); in CeedLoadSourceToInitializedBuffer()201 if (next_e) { in CeedLoadSourceToInitializedBuffer()202 for (CeedInt i = 1; first_hash - next_e + i < -6; i++) { in CeedLoadSourceToInitializedBuffer()