Home
last modified time | relevance | path

Searched refs:lex_state (Results 1 – 15 of 15) sorted by relevance

/openbsd/gnu/gcc/libcpp/
H A Dtraditional.c409 if ((lex_state == ls_fun_open || lex_state == ls_fun_close) in _cpp_scan_out_logical_line()
480 && (lex_state == ls_none || lex_state == ls_fun_open) in _cpp_scan_out_logical_line()
519 lex_state = ls_defined; in _cpp_scan_out_logical_line()
532 lex_state = ls_none; in _cpp_scan_out_logical_line()
542 lex_state = ls_answer; in _cpp_scan_out_logical_line()
562 lex_state = ls_none; in _cpp_scan_out_logical_line()
582 else if (lex_state == ls_answer || lex_state == ls_defined_close) in _cpp_scan_out_logical_line()
583 lex_state = ls_none; in _cpp_scan_out_logical_line()
638 lex_state = ls_hash; in _cpp_scan_out_logical_line()
660 lex_state = ls_none; in _cpp_scan_out_logical_line()
[all …]
/openbsd/gnu/usr.bin/gcc/gcc/
H A Dcpptrad.c495 if ((lex_state == ls_fun_open || lex_state == ls_fun_close)
579 && (lex_state == ls_none || lex_state == ls_fun_open)
618 lex_state = ls_defined;
631 lex_state = ls_none;
641 lex_state = ls_answer;
661 lex_state = ls_none;
681 else if (lex_state == ls_answer || lex_state == ls_defined_close)
682 lex_state = ls_none;
736 lex_state = ls_hash;
758 lex_state = ls_none;
[all …]
H A DChangeLog.7922 (scan_out_logical_line): Remove duplicate error. Use lex_state
/openbsd/gnu/usr.bin/perl/
H A Dparser.h98 U8 lex_state; /* next token is determined */ member
H A Dmg.c1089 if (PL_parser && PL_parser->lex_state != LEX_NOTPARSING) in Perl_magic_get()
H A Dtoke.c78 #define PL_lex_state (PL_parser->lex_state)
885 parser->lex_state = LEX_NORMAL; in Perl_lex_start()
H A Dpp_ctl.c4234 PL_parser->lex_state = LEX_NOTPARSING; /* $^S needs this. */ in S_doeval_compile()
H A Dsv.c13922 parser->lex_state = proto->lex_state;
/openbsd/gnu/usr.bin/binutils/binutils/
H A Dnlmheader.y505 enum lex_state enum
524 enum lex_state state;
H A Dnlmheader.c1716 enum lex_state enum
1735 enum lex_state state;
/openbsd/gnu/usr.bin/binutils-2.17/binutils/
H A Dnlmheader.y505 enum lex_state enum
524 enum lex_state state;
/openbsd/gnu/usr.bin/perl/dist/Devel-PPPort/parts/inc/
H A Dvariables121 # define PL_lex_state lex_state
193 # define PL_lex_state D_PPP_my_PL_parser_var(lex_state)
/openbsd/gnu/usr.bin/perl/dist/Devel-PPPort/
H A DTODO149 lex_state
/openbsd/bin/ksh/
H A Dlex.c38 typedef struct lex_state Lex_state;
39 struct lex_state { struct
/openbsd/gnu/usr.bin/perl/cpan/Term-ReadKey/
H A Dppport.h12140 # define PL_lex_state lex_state
12219 # define PL_lex_state D_PPP_my_PL_parser_var(lex_state)