Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/amd/fsinfo/
Dnull_lex.c176 #define YY_STATE_BUF_SIZE ((YY_BUF_SIZE + 2) * sizeof(yy_state_type)) macro
/freebsd-12-stable/usr.bin/lex/
Dinitscan.c161 #define YY_STATE_BUF_SIZE ((YY_BUF_SIZE + 2) * sizeof(yy_state_type)) macro
2231 (yy_state_buf) = (yy_state_type *)yyalloc(YY_STATE_BUF_SIZE );
/freebsd-12-stable/crypto/heimdal/lib/sl/
Dslc-lex.c148 #define YY_STATE_BUF_SIZE ((YY_BUF_SIZE + 2) * sizeof(yy_state_type)) macro
/freebsd-12-stable/crypto/heimdal/lib/com_err/
Dlex.c148 #define YY_STATE_BUF_SIZE ((YY_BUF_SIZE + 2) * sizeof(yy_state_type)) macro
/freebsd-12-stable/crypto/heimdal/lib/asn1/
Dlex.c148 #define YY_STATE_BUF_SIZE ((YY_BUF_SIZE + 2) * sizeof(yy_state_type)) macro
/freebsd-12-stable/contrib/flex/
Dflex.skl467 #define YY_STATE_BUF_SIZE ((YY_BUF_SIZE + 2) * sizeof(yy_state_type))
1317 YY_G(yy_state_buf) = (yy_state_type *)yyalloc(YY_STATE_BUF_SIZE M4_YY_CALL_LAST_ARG);
1541 yy_state_buf = new yy_state_type[YY_STATE_BUF_SIZE];