Searched refs:eol (Results 1 – 1 of 1) sorted by relevance
2499 char *eol; in readstring() local2508 eol = ebuf->buffer = ebuf->bufnext; in readstring()2513 char *bol = eol; in readstring()2517 eol = p = strchr (eol , '\n'); in readstring()2518 if (!eol) in readstring()2529 ++eol; in readstring()2533 *eol = '\0'; in readstring()2534 ebuf->bufnext = eol+1; in readstring()