Home
last modified time | relevance | path

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

/openbsd/usr.bin/lex/
H A Dnfa.c346 case STATE_NORMAL: in mark_beginning_as_normal()
351 state_type[mach] = STATE_NORMAL; in mark_beginning_as_normal()
H A Dparse.y222 current_state_type = STATE_NORMAL;
387 current_state_type = STATE_NORMAL;
H A Dflexdef.h483 #define STATE_NORMAL 0x1 macro
H A Ddfa.c109 if (type == STATE_NORMAL || rule_type[ar] != RULE_VARIABLE) { /* do nothing */ in check_trailing_context()