Searched refs:start_of_input_line (Results 1 - 2 of 2) sorted by relevance

/openbsd-current/gnu/gcc/libcpp/
H A Dtraditional.c353 const uchar *start_of_input_line; local
363 /* start_of_input_line is needed to make sure that directives really,
365 start_of_input_line = pfile->buffer->cur;
588 if (cur - 1 == start_of_input_line
/openbsd-current/gnu/usr.bin/gcc/gcc/
H A Dcpptrad.c441 const uchar *start_of_input_line; local
452 /* start_of_input_line is needed to make sure that directives really,
454 start_of_input_line = pfile->buffer->cur;
687 if (cur - 1 == start_of_input_line

Completed in 115 milliseconds