Home | History | Annotate | Download | only in config

Lines Matching refs:eol

2238   char eol;			/* Character that indicated end of line.  */
2247 eol = *input_line_pointer; /* Save end-of-line char. */
2269 /* Restore eol, so line numbers get updated correctly. Base
2271 following the eol. */
2272 *input_line_pointer++ = eol;