Searched refs:yy_state_ptr (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.3-release/contrib/flex/
H A DFlexLexer.h188 yy_state_type* yy_state_ptr; member in class:yyFlexLexer
/freebsd-10.3-release/usr.bin/lex/
H A Dinitscan.c1871 static yy_state_type *yy_state_buf=0, *yy_state_ptr=0; variable
2274 (yy_state_ptr) = (yy_state_buf);
2275 *(yy_state_ptr)++ = yy_current_state;
2288 *(yy_state_ptr)++ = yy_current_state;
2294 yy_current_state = *--(yy_state_ptr);
2309 yy_current_state = *--(yy_state_ptr);
4393 (yy_state_ptr) = (yy_state_buf);
4394 *(yy_state_ptr)++ = yy_current_state;
4406 *(yy_state_ptr)++ = yy_current_state;
4431 *(yy_state_ptr)
[all...]

Completed in 45 milliseconds