Home
last modified time | relevance | path

Searched refs:STATE_NORMAL (Results 1 – 5 of 5) sorted by relevance

/freebsd-11-stable/contrib/flex/
HDnfa.c335 case STATE_NORMAL:
340 state_type[mach] = STATE_NORMAL;
HDparse.y223 current_state_type = STATE_NORMAL;
388 current_state_type = STATE_NORMAL;
HDflexdef.h521 #define STATE_NORMAL 0x1 macro
HDdfa.c111 if (type == STATE_NORMAL || rule_type[ar] != RULE_VARIABLE) { /* do nothing */
/freebsd-11-stable/usr.bin/lex/
HDinitparse.c973 current_state_type = STATE_NORMAL; in YYPARSE_DECL()
1139 current_state_type = STATE_NORMAL; in YYPARSE_DECL()