HomeSort by: relevance | last modified time | path
    Searched refs:yywrap (Results 1 - 25 of 25) sorted by relevancy

  /xsrc/external/mit/twm/dist/src/
lex.l 141 #ifndef yywrap
143 yywrap(void)
  /xsrc/external/mit/MesaLib/dist/src/intel/tools/
i965_lex.l 418 #ifndef yywrap
419 int yywrap()
  /xsrc/external/mit/xkbevd/dist/
xkbevd.h 101 extern int yywrap(void);
cfgparse.y 206 yywrap(void)
cfgparse.c 1651 yywrap(void) function
  /xsrc/external/mit/xorg-server/dist/hw/xwin/
winprefslex.l 106 yywrap (void)
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
  /xsrc/external/mit/xorg-server.old/dist/hw/xwin/
winprefslex.l 108 yywrap (void)
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
  /xsrc/external/mit/xkbcomp/dist/
parseutils.h 197 extern int yywrap(void);
xkbparse.y 837 yywrap(void)
xkbparse.c 3284 yywrap(void) function
  /xsrc/external/mit/xgc/dist/
xgc.h 160 extern int yywrap(void);
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
configure 11701 int yywrap(void);
11722 yywrap (void)
  /xsrc/external/mit/ctwm/dist/gen/
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
    [all...]
  /xsrc/external/mit/xorg-server.old/dist/hw/dmx/config/
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
  /xsrc/external/mit/MesaLib/src/compiler/glsl/glcpp/
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/src/mesa/program/
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.old/src/compiler/glsl/glcpp/
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/compiler/glsl/
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/MesaLib.old/src/compiler/glsl/
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/twm/dist/
configure 11468 int yywrap(void);
11489 yywrap (void)
  /xsrc/external/mit/xorg-server/dist/
configure 23612 int yywrap(void);
23633 yywrap (void)
23739 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for library containing yywrap" >&5
23740 printf %s "checking for library containing yywrap... " >&6; }
23758 char yywrap (void);
23762 return yywrap ();
    [all...]
  /xsrc/external/mit/xorg-server.old/dist/
configure 21503 return ! yylex () + ! yywrap ();
    [all...]

Completed in 160 milliseconds