Searched refs:next_o (Results 1 – 1 of 1) sorted by relevance
178 char *next_o = strchr(first_hash, 'o'); in CeedLoadSourceToInitializedBuffer() local180 bool is_pragma_once = next_o && (next_new_line - next_o > 0) && !strncmp(next_o, "once", 4); in CeedLoadSourceToInitializedBuffer()