Home | History | Annotate | Download | only in make-3.81

Lines Matching refs:eol

988         /* If the word we're looking at is EOL, see if there's _anything_
2511 char *eol;
2520 eol = ebuf->buffer = ebuf->bufnext;
2525 char *bol = eol;
2529 eol = p = strchr (eol , '\n');
2530 if (!eol)
2541 ++eol;
2545 *eol = '\0';
2546 ebuf->bufnext = eol+1;