Home
last modified time | relevance | path

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

/openbsd/src/usr.bin/lex/
Dparse.y222 current_state_type = STATE_NORMAL;
387 current_state_type = STATE_NORMAL;
442 current_state_type = STATE_TRAILING_CONTEXT;
529 current_state_type = STATE_TRAILING_CONTEXT;
Dnfa.c630 state_type[lastnfa] = current_state_type; in mkstate()
Dflexdef.h488 extern int current_state_type;
Dmain.c78 int current_state_type; variable