Home
last modified time | relevance | path

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

/external/one-true-awk/
Dproto.h39 extern int yyinput(void);
/external/iproute2/tc/
Demp_ematch.lex.c651 static int yyinput (void );
1391 static int yyinput (void) in yyinput() function
1442 return yyinput(); in yyinput()
/external/angle/src/compiler/preprocessor/
Dpreprocessor_lex_autogen.cpp879 static int yyinput(yyscan_t yyscanner);
1714 static int yyinput(yyscan_t yyscanner) in yyinput() function
1766 return yyinput(yyscanner); in yyinput()
/external/swiftshader/src/OpenGL/compiler/preprocessor/
DTokenizer.cpp1169 static int yyinput ( yyscan_t yyscanner );
2067 static int yyinput (yyscan_t yyscanner) in yyinput() function
2119 return yyinput(yyscanner); in yyinput()
/external/libpcap/
Dscanner.c3267 static int yyinput ( yyscan_t yyscanner );
4750 static int yyinput (yyscan_t yyscanner) in yyinput() function
4802 return yyinput(yyscanner); in yyinput()
/external/swiftshader/src/OpenGL/compiler/
Dglslang_lex.cpp1382 static int yyinput ( yyscan_t yyscanner );
2702 static int yyinput (yyscan_t yyscanner) in yyinput() function
2754 return yyinput(yyscanner); in yyinput()
/external/angle/src/compiler/translator/
Dglslang_lex_autogen.cpp1087 static int yyinput(yyscan_t yyscanner);
2480 static int yyinput(yyscan_t yyscanner) in yyinput() function
2532 return yyinput(yyscanner); in yyinput()
/external/toybox/kconfig/
Dlex.zconf.c_shipped862 static int yyinput (void );
1618 static int yyinput (void)
1669 return yyinput();