Searched refs:ls_fun_close (Results 1 – 2 of 2) sorted by relevance
72 ls_fun_close, /* When looking for ')'. */ enumerator409 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()
15366 state ls_fun_close.