Home
last modified time | relevance | path

Searched refs:yyensure_buffer_stack (Results 1 – 7 of 7) sorted by relevance

/freebsd-10-stable/crypto/heimdal/lib/com_err/
Dlex.c294 static void yyensure_buffer_stack (void );
313 yyensure_buffer_stack (); \
323 yyensure_buffer_stack (); \
731 yyensure_buffer_stack ();
1287 yyensure_buffer_stack (); in yyrestart()
1308 yyensure_buffer_stack (); in yy_switch_to_buffer()
1458 yyensure_buffer_stack(); in yypush_buffer_state()
1502 static void yyensure_buffer_stack (void) in yyensure_buffer_stack() function
/freebsd-10-stable/crypto/heimdal/lib/sl/
Dslc-lex.c294 static void yyensure_buffer_stack (void );
313 yyensure_buffer_stack (); \
323 yyensure_buffer_stack (); \
710 yyensure_buffer_stack ();
1224 yyensure_buffer_stack (); in yyrestart()
1245 yyensure_buffer_stack (); in yy_switch_to_buffer()
1395 yyensure_buffer_stack(); in yypush_buffer_state()
1439 static void yyensure_buffer_stack (void) in yyensure_buffer_stack() function
/freebsd-10-stable/crypto/heimdal/lib/asn1/
Dlex.c294 static void yyensure_buffer_stack (void );
313 yyensure_buffer_stack (); \
323 yyensure_buffer_stack (); \
1054 yyensure_buffer_stack ();
2152 yyensure_buffer_stack (); in yyrestart()
2173 yyensure_buffer_stack (); in yy_switch_to_buffer()
2323 yyensure_buffer_stack(); in yypush_buffer_state()
2367 static void yyensure_buffer_stack (void) in yyensure_buffer_stack() function
/freebsd-10-stable/usr.bin/lex/
Dinitscan.c308 static void yyensure_buffer_stack (void );
327 yyensure_buffer_stack (); \
337 yyensure_buffer_stack (); \
2245 yyensure_buffer_stack ();
4560 yyensure_buffer_stack (); in yyrestart()
4581 yyensure_buffer_stack (); in yy_switch_to_buffer()
4727 yyensure_buffer_stack(); in yypush_buffer_state()
4771 static void yyensure_buffer_stack (void) in yyensure_buffer_stack() function
/freebsd-10-stable/contrib/flex/
DFlexLexer.h179 void yyensure_buffer_stack(void);
Dflex.skl683 static void yyensure_buffer_stack M4_YY_PARAMS( M4_YY_PROTO_ONLY_ARG );
713 yyensure_buffer_stack (M4_YY_CALL_ONLY_ARG); \
726 yyensure_buffer_stack (M4_YY_CALL_ONLY_ARG); \
1342 yyensure_buffer_stack (M4_YY_CALL_ONLY_ARG);
1968 yyensure_buffer_stack (M4_YY_CALL_ONLY_ARG);
1995 yyensure_buffer_stack (M4_YY_CALL_ONLY_ARG);
2196 yyensure_buffer_stack(M4_YY_CALL_ONLY_ARG);
2253 static void yyensure_buffer_stack YYFARGS0(void)
2256 void yyFlexLexer::yyensure_buffer_stack(void)
2273 YY_FATAL_ERROR( "out of dynamic memory in yyensure_buffer_stack()" );
[all …]
DChangeLog1625 as well. yyensure_buffer_stack is now static.
1650 yyensure_buffer_stack. Added new API function, yypush_buffer_state.