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

/freebsd-11.0-release/contrib/gcclibs/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)

Completed in 48 milliseconds