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

/openbsd-current/gnu/gcc/libcpp/
H A Dtraditional.c351 enum ls lex_state = ls_none; local
409 if ((lex_state == ls_fun_open || lex_state == ls_fun_close)
415 if (lex_state == ls_fun_close)
480 && (lex_state == ls_none || lex_state == ls_fun_open)
489 lex_state = ls_fun_open;
499 lex_state = ls_none;
511 else if (lex_state == ls_hash)
513 lex_state
[all...]
/openbsd-current/gnu/usr.bin/gcc/gcc/
H A Dcpptrad.c439 enum ls lex_state = ls_none; local
495 if ((lex_state == ls_fun_open || lex_state == ls_fun_close)
500 if (lex_state == ls_fun_close)
579 && (lex_state == ls_none || lex_state == ls_fun_open)
588 lex_state = ls_fun_open;
598 lex_state = ls_none;
610 else if (lex_state == ls_hash)
612 lex_state
[all...]
/openbsd-current/gnu/usr.bin/perl/
H A Dparser.h98 U8 lex_state; /* next token is determined */ member in struct:yy_parser
107 U8 form_lex_state; /* remember lex_state when parsing fmt */
H A Dtoke.c78 #define PL_lex_state (PL_parser->lex_state)
885 parser->lex_state = LEX_NORMAL;
H A Dmg.c1089 if (PL_parser && PL_parser->lex_state != LEX_NOTPARSING)
H A Dpp_ctl.c3985 PL_parser->lex_state = LEX_NOTPARSING; /* $^S needs this. */
H A Dsv.c13853 parser->lex_state = proto->lex_state;
/openbsd-current/gnu/usr.bin/binutils/binutils/
H A Dnlmheader.y505 enum lex_state
524 enum lex_state state;
H A Dnlmheader.c1719 enum lex_state
1738 enum lex_state state;
1716 enum lex_state enum
/openbsd-current/gnu/usr.bin/binutils-2.17/binutils/
H A Dnlmheader.y505 enum lex_state
524 enum lex_state state;
/openbsd-current/bin/ksh/
H A Dlex.c38 typedef struct lex_state Lex_state;
39 struct lex_state { struct
/openbsd-current/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)

Completed in 409 milliseconds