Home
last modified time | relevance | path

Searched refs:YY_STATE_BUF_SIZE (Results 1 – 6 of 6) sorted by relevance

/dflybsd-src/usr.bin/m4/
H A Dmanual_tokenizer.c149 #define YY_STATE_BUF_SIZE ((YY_BUF_SIZE + 2) * sizeof(yy_state_type)) macro
/dflybsd-src/lib/libevtr/
H A Dktrfmt.yy.c169 #define YY_STATE_BUF_SIZE ((YY_BUF_SIZE + 2) * sizeof(yy_state_type)) macro
/dflybsd-src/contrib/gcc-4.7/gcc/
H A Dgengtype-lex.c150 #define YY_STATE_BUF_SIZE ((YY_BUF_SIZE + 2) * sizeof(yy_state_type)) macro
/dflybsd-src/gnu/usr.bin/gdb/gdb/
H A Dada-lex.c149 #define YY_STATE_BUF_SIZE ((YY_BUF_SIZE + 2) * sizeof(yy_state_type)) macro
/dflybsd-src/contrib/gdb-7/gdb/
H A Dada-lex.c149 #define YY_STATE_BUF_SIZE ((YY_BUF_SIZE + 2) * sizeof(yy_state_type)) macro
/dflybsd-src/contrib/flex/src/
H A Dflex.skl388 #define YY_STATE_BUF_SIZE ((YY_BUF_SIZE + 2) * sizeof(yy_state_type))
1212 YY_G(yy_state_buf) = (yy_state_type *)yyalloc(YY_STATE_BUF_SIZE M4_YY_CALL_LAST_ARG);
1463 yy_state_buf = new yy_state_type[YY_STATE_BUF_SIZE];