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

/openbsd-current/gnu/gcc/libcpp/
H A Dtraditional.c72 ls_fun_close, /* When looking for ')'. */ enumerator in enum:ls
409 if ((lex_state == ls_fun_open || lex_state == ls_fun_close)
415 if (lex_state == ls_fun_close)
535 lex_state = ls_fun_close;
549 if (quote == 0 && lex_state == ls_fun_close && paren_depth == 1)
557 if (lex_state == ls_fun_close && paren_depth == 0)
673 if (lex_state == ls_fun_close)
/openbsd-current/gnu/usr.bin/gcc/gcc/
H A Dcpptrad.c72 ls_fun_close, /* When looking for ')'. */ enumerator in enum:ls
495 if ((lex_state == ls_fun_open || lex_state == ls_fun_close)
500 if (lex_state == ls_fun_close)
634 lex_state = ls_fun_close;
648 if (quote == 0 && lex_state == ls_fun_close && paren_depth == 1)
656 if (lex_state == ls_fun_close && paren_depth == 0)
774 if (lex_state == ls_fun_close)

Completed in 132 milliseconds