Searched refs:yylex_destroy (Results 1 - 13 of 13) sorted by relevance

/xsrc/external/mit/xorg-server/dist/hw/xwin/
H A Dwinprefslex.l125 yylex_destroy ();
H A Dwinprefslex.c713 int yylex_destroy ( void );
2025 * This function is called from yylex_destroy(), so don't allocate here.
2053 /* yylex_destroy is for both reentrant and non-reentrant scanners. */
2054 int yylex_destroy (void) function in typeref:typename:int
2151 yylex_destroy ();
/xsrc/external/mit/MesaLib/src/mesa/program/
H A Dlex.yy.c113 #ifdef yylex_destroy
116 #define yylex_destroy _mesa_program_lexer_lex_destroy macro
1336 int yylex_destroy ( yyscan_t yyscanner );
3565 * This function is called from yylex_destroy(), so don't allocate here.
3594 /* yylex_destroy is for both reentrant and non-reentrant scanners. */
3595 int yylex_destroy (yyscan_t yyscanner) function in typeref:typename:int
3696 yylex_destroy(scanner);
/xsrc/external/mit/MesaLib.old/src/compiler/glsl/glcpp/
H A Dglcpp-lex.c113 #ifdef yylex_destroy
116 #define yylex_destroy glcpp_lex_destroy macro
1074 int yylex_destroy ( yyscan_t yyscanner );
3058 * This function is called from yylex_destroy(), so don't allocate here.
3087 /* yylex_destroy is for both reentrant and non-reentrant scanners. */
3088 int yylex_destroy (yyscan_t yyscanner) function in typeref:typename:int
/xsrc/external/mit/MesaLib/src/compiler/glsl/glcpp/
H A Dglcpp-lex.c113 #ifdef yylex_destroy
116 #define yylex_destroy glcpp_lex_destroy macro
1105 int yylex_destroy ( yyscan_t yyscanner );
3104 * This function is called from yylex_destroy(), so don't allocate here.
3133 /* yylex_destroy is for both reentrant and non-reentrant scanners. */
3134 int yylex_destroy (yyscan_t yyscanner) function in typeref:typename:int
/xsrc/external/mit/xgc/dist/
H A Dlex.c737 int yylex_destroy ( void );
2315 * This function is called from yylex_destroy(), so don't allocate here.
2340 /* yylex_destroy is for both reentrant and non-reentrant scanners. */
2341 int yylex_destroy (void) function in typeref:typename:int
/xsrc/external/mit/MesaLib.old/dist/src/mesa/program/
H A Dprogram_lexer.l488 yylex_destroy(scanner);
/xsrc/external/mit/MesaLib/dist/src/mesa/program/
H A Dprogram_lexer.l488 yylex_destroy(scanner);
/xsrc/external/mit/xorg-server.old/dist/hw/dmx/config/
H A Dscanner.c569 int yylex_destroy (void );
1829 * This function is called from yylex_destroy(), so don't allocate here.
1854 /* yylex_destroy is for both reentrant and non-reentrant scanners. */
1855 int yylex_destroy (void) function in typeref:typename:int
/xsrc/external/mit/xorg-server.old/dist/hw/xwin/
H A Dwinprefslex.c713 int yylex_destroy (void );
2052 * This function is called from yylex_destroy(), so don't allocate here.
2080 /* yylex_destroy is for both reentrant and non-reentrant scanners. */
2081 int yylex_destroy (void) function in typeref:typename:int
/xsrc/external/mit/ctwm/dist/gen/
H A Dlex.c541 int yylex_destroy ( void );
1770 * This function is called from yylex_destroy(), so don't allocate here.
1795 /* yylex_destroy is for both reentrant and non-reentrant scanners. */
1796 int yylex_destroy (void) function in typeref:typename:int
/xsrc/external/mit/MesaLib.old/src/compiler/glsl/
H A Dglsl_lexer.cpp113 #ifdef yylex_destroy
116 #define yylex_destroy _mesa_glsl_lexer_lex_destroy macro
1665 int yylex_destroy ( yyscan_t yyscanner );
4519 * This function is called from yylex_destroy(), so don't allocate here.
4548 /* yylex_destroy is for both reentrant and non-reentrant scanners. */
4549 int yylex_destroy (yyscan_t yyscanner) function in typeref:typename:int
4673 yylex_destroy(state->scanner);
/xsrc/external/mit/MesaLib/src/compiler/glsl/
H A Dglsl_lexer.cpp113 #ifdef yylex_destroy
116 #define yylex_destroy _mesa_glsl_lexer_lex_destroy macro
1688 int yylex_destroy ( yyscan_t yyscanner );
4609 * This function is called from yylex_destroy(), so don't allocate here.
4638 /* yylex_destroy is for both reentrant and non-reentrant scanners. */
4639 int yylex_destroy (yyscan_t yyscanner) function in typeref:typename:int
4763 yylex_destroy(state->scanner);

Completed in 33 milliseconds