Home
last modified time | relevance | path

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

/trueos/contrib/gcclibs/libcpp/
HDtraditional.c72 ls_fun_close, /* When looking for ')'. */ enumerator
409 if ((lex_state == ls_fun_open || lex_state == ls_fun_close) in _cpp_scan_out_logical_line()
415 if (lex_state == ls_fun_close) in _cpp_scan_out_logical_line()
535 lex_state = ls_fun_close; in _cpp_scan_out_logical_line()
549 if (quote == 0 && lex_state == ls_fun_close && paren_depth == 1) in _cpp_scan_out_logical_line()
557 if (lex_state == ls_fun_close && paren_depth == 0) in _cpp_scan_out_logical_line()
673 if (lex_state == ls_fun_close) in _cpp_scan_out_logical_line()
/trueos/contrib/gcc/
HDChangeLog-200215366 state ls_fun_close.