| /xsrc/external/mit/twm/dist/src/ |
| H A D | lex.l | 141 #ifndef yywrap 143 yywrap(void)
|
| /xsrc/external/mit/xkbevd/dist/ |
| H A D | xkbevd.h | 101 extern int yywrap(void);
|
| H A D | cfgparse.y | 206 yywrap(void)
|
| H A D | cfgparse.c | 1651 yywrap(void) function in typeref:typename:int
|
| /xsrc/external/mit/MesaLib/dist/src/intel/tools/ |
| H A D | i965_lex.l | 418 #ifndef yywrap 419 int yywrap()
|
| /xsrc/external/mit/xorg-server/dist/hw/xwin/ |
| H A D | winprefslex.l | 106 yywrap (void)
|
| H A D | winprefslex.c | 296 /* Flag which is used to allow yywrap()'s to do buffer switches 745 extern "C" int yywrap ( void ); 747 extern int yywrap ( void ); 1227 if ( yywrap( ) ) 1534 if ( yywrap( ) ) 1612 * EOF (yywrap()) processing, but the only time this flag 1613 * is looked at is after yywrap() is called, so it's safe 2132 yywrap (void) function in typeref:typename:int
|
| /xsrc/external/mit/xorg-server.old/dist/hw/xwin/ |
| H A D | winprefslex.l | 108 yywrap (void)
|
| H A D | winprefslex.c | 294 /* Flag which is used to allow yywrap()'s to do buffer switches 745 extern "C" int yywrap (void ); 747 extern int yywrap (void ); 1218 if ( yywrap( ) ) 1557 if ( yywrap( ) ) 1635 * EOF (yywrap()) processing, but the only time this flag 1636 * is looked at is after yywrap() is called, so it's safe 2158 yywrap (void) function in typeref:typename:int
|
| /xsrc/external/mit/xkbcomp/dist/ |
| H A D | parseutils.h | 197 extern int yywrap(void);
|
| H A D | xkbparse.y | 785 yywrap(void)
|
| H A D | xkbparse.c | 3184 yywrap(void) function in typeref:typename:int
|
| /xsrc/external/mit/xgc/dist/ |
| H A D | xgc.h | 160 extern int yywrap(void);
|
| H A D | lex.c | 277 /* Flag which is used to allow yywrap()'s to do buffer switches 769 extern "C" int yywrap ( void ); 771 extern int yywrap ( void ); 1485 if ( yywrap( ) ) 1829 if ( yywrap( ) ) 1902 * EOF (yywrap()) processing, but the only time this flag 1903 * is looked at is after yywrap() is called, so it's safe 2415 #ifndef yywrap 2416 int yywrap(void) { return (1); } function in typeref:typename:int
|
| H A D | configure | 11167 int yywrap(void); 11188 yywrap (void) 11291 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for library containing yywrap" >&5 11292 printf %s "checking for library containing yywrap... " >&6; } 11304 char yywrap (); 11308 return yywrap ();
|
| /xsrc/external/mit/ctwm/dist/gen/ |
| H A D | lex.c | 278 /* Flag which is used to allow yywrap()'s to do buffer switches 327 #define yywrap() (/*CONSTCOND*/1) macro 573 extern "C" int yywrap ( void ); 575 extern int yywrap ( void ); 977 if ( yywrap( ) ) 1284 if ( yywrap( ) ) 1357 * EOF (yywrap()) processing, but the only time this flag 1358 * is looked at is after yywrap() is called, so it's safe 1871 * In flex versions before 2.4.1 (30Nov93), yywrap was a macro, not a 1878 #ifndef yywrap 1879 int yywrap(void) { return(1);} function in typeref:typename:int [all...] |
| /xsrc/external/mit/xorg-server.old/dist/hw/dmx/config/ |
| H A D | scanner.c | 281 /* Flag which is used to allow yywrap()'s to do buffer switches 601 extern "C" int yywrap (void ); 603 extern int yywrap (void ); 1001 if ( yywrap( ) ) 1337 if ( yywrap( ) ) 1412 * EOF (yywrap()) processing, but the only time this flag 1413 * is looked at is after yywrap() is called, so it's safe 1927 int yywrap(void) function in typeref:typename:int
|
| /xsrc/external/mit/MesaLib.old/src/compiler/glsl/glcpp/ |
| H A D | glcpp-lex.c | 203 #ifdef yywrap 206 #define yywrap glcpp_wrap macro 1118 extern "C" int yywrap ( yyscan_t yyscanner ); 1120 extern int yywrap ( yyscan_t yyscanner ); 2019 if ( yywrap( yyscanner ) ) 2369 if ( yywrap( yyscanner ) ) 2444 * EOF (yywrap()) processing, but the only time this flag 2445 * is looked at is after yywrap() is called, so it's safe
|
| /xsrc/external/mit/MesaLib/src/mesa/program/ |
| H A D | lex.yy.c | 203 #ifdef yywrap 206 #define yywrap _mesa_program_lexer_wrap macro 1380 extern "C" int yywrap ( yyscan_t yyscanner ); 1382 extern int yywrap ( yyscan_t yyscanner ); 2567 if ( yywrap( yyscanner ) ) 2917 if ( yywrap( yyscanner ) ) 2992 * EOF (yywrap()) processing, but the only time this flag 2993 * is looked at is after yywrap() is called, so it's safe
|
| /xsrc/external/mit/MesaLib/src/compiler/glsl/glcpp/ |
| H A D | glcpp-lex.c | 203 #ifdef yywrap 206 #define yywrap glcpp_wrap macro 1149 extern "C" int yywrap ( yyscan_t yyscanner ); 1151 extern int yywrap ( yyscan_t yyscanner ); 2065 if ( yywrap( yyscanner ) ) 2415 if ( yywrap( yyscanner ) ) 2490 * EOF (yywrap()) processing, but the only time this flag 2491 * is looked at is after yywrap() is called, so it's safe
|
| /xsrc/external/mit/MesaLib.old/src/compiler/glsl/ |
| H A D | glsl_lexer.cpp | 203 #ifdef yywrap 206 #define yywrap _mesa_glsl_lexer_wrap macro 1709 extern "C" int yywrap ( yyscan_t yyscanner ); 1711 extern int yywrap ( yyscan_t yyscanner ); 3556 if ( yywrap( yyscanner ) ) 3869 if ( yywrap( yyscanner ) ) 3946 * EOF (yywrap()) processing, but the only time this flag 3947 * is looked at is after yywrap() is called, so it's safe
|
| /xsrc/external/mit/MesaLib/src/compiler/glsl/ |
| H A D | glsl_lexer.cpp | 203 #ifdef yywrap 206 #define yywrap _mesa_glsl_lexer_wrap macro 1732 extern "C" int yywrap ( yyscan_t yyscanner ); 1734 extern int yywrap ( yyscan_t yyscanner ); 3646 if ( yywrap( yyscanner ) ) 3959 if ( yywrap( yyscanner ) ) 4036 * EOF (yywrap()) processing, but the only time this flag 4037 * is looked at is after yywrap() is called, so it's safe
|
| /xsrc/external/mit/twm/dist/ |
| H A D | configure | 11468 int yywrap(void); 11489 yywrap (void)
|
| /xsrc/external/mit/xorg-server/dist/ |
| H A D | configure | 23479 int yywrap(void); 23500 yywrap (void) 23606 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for library containing yywrap" >&5 23607 printf %s "checking for library containing yywrap... " >&6; } 23625 char yywrap (void); 23629 return yywrap (); [all...] |
| /xsrc/external/mit/xorg-server.old/dist/ |
| H A D | configure | 21503 return ! yylex () + ! yywrap (); [all...] |