Searched refs:eol (Results 1 – 1 of 1) sorted by relevance
240 char * eol; in count_symbols() local244 eol = memchr(scan, '\n', file_size - (scan - file)); in count_symbols()245 if (eol == NULL) { in count_symbols()248 next = eol + 1; in count_symbols()252 if (eol == scan) { in count_symbols()263 while ((scan < eol) && !issymchar(*scan)) { in count_symbols()269 if (scan == eol) { in count_symbols()289 char * eol; in store_symbols() local309 eol = memchr(scan, '\n', file_size - (scan - file)); in store_symbols()310 if (eol == NULL) { in store_symbols()[all …]