Home
last modified time | relevance | path

Searched refs:yyinput (Results 1 – 15 of 15) sorted by relevance

/external/webkit/Tools/android/flex-2.5.4a/
DFlexLexer.h125 int yyinput();
Dinitscan.c1360 static int yyinput YY_PROTO(( void ));
3132 static int yyinput() in yyinput() function
3182 return yyinput(); in yyinput()
Dflex.skl330 static int yyinput YY_PROTO(( void ));
974 static int yyinput()
979 int yyFlexLexer::yyinput()
1027 return yyinput();
/external/bluetooth/bluez/tools/
Dlexer.c550 static int yyinput (void );
1149 static int yyinput (void) in yyinput() function
1200 return yyinput(); in yyinput()
/external/bison/src/
Dscan-skel.c696 static int yyinput (void );
1417 static int yyinput (void) in yyinput() function
1471 return yyinput(); in yyinput()
Dscan-gram.c1086 static int yyinput (void );
2658 static int yyinput (void) in yyinput() function
2712 return yyinput(); in yyinput()
/external/webkit/Tools/android/flex-2.5.4a/MISC/MVS/
Dinitscan-mvs.c1276 static int yyinput YY_PROTO(( void ));
2432 static int yyinput() in yyinput() function
2471 return ( yyinput() ); in yyinput()
/external/elfutils/src/
Dldlex.c1088 static int yyinput YY_PROTO(( void ));
2006 static int yyinput() in yyinput() function
2056 return yyinput(); in yyinput()
/external/libpcap/
Dscanner.c2538 static int yyinput (void );
3816 static int yyinput (void) in yyinput() function
3867 return yyinput(); in yyinput()
/external/mesa3d/src/glsl/glcpp/
Dglcpp-lex.c831 static int yyinput (yyscan_t yyscanner );
1815 static int yyinput (yyscan_t yyscanner) in yyinput() function
1867 return yyinput(yyscanner); in yyinput()
/external/webkit/Source/ThirdParty/ANGLE/src/compiler/
Dglslang_lex.cpp889 static int yyinput (yyscan_t yyscanner );
2027 static int yyinput (yyscan_t yyscanner) in yyinput() function
2079 return yyinput(yyscanner); in yyinput()
/external/mesa3d/src/glsl/
Dglsl_lexer.cpp1176 static int yyinput (yyscan_t yyscanner );
2867 static int yyinput (yyscan_t yyscanner) in yyinput() function
2919 return yyinput(yyscanner); in yyinput()
/external/webkit/Tools/android/flex-2.5.4a/MISC/
Dflex.man946 input() is instead referred to as yyinput(), in order
3068 while((c = yyinput()) != 0)
3075 if((c = yyinput()) == '/')
/external/webkit/Tools/android/flex-2.5.4a/MISC/texinfo/
Dflex.info839 is instead referred to as `yyinput()', in order to avoid a name
2465 while((c = yyinput()) != 0)
2472 if((c = yyinput()) == '/')
Dflex.texi1017 then @samp{input()} is instead referred to as @samp{yyinput()},
2918 while((c = yyinput()) != 0)
2925 if((c = yyinput()) == '/')