Searched refs:yylex (Results 1 - 25 of 37) sorted by relevance

12

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/flex/
H A Dlibmain.c5 extern int yylex();
11 while ( yylex() != 0 )
H A DFlexLexer.h68 virtual int yylex() = 0;
70 // Call yylex with new input/output sources.
71 int yylex( istream* new_in, ostream* new_out = 0 ) function in class:FlexLexer
74 return yylex();
106 // only make that assignment when initializing in yylex().
116 virtual int yylex();
H A Dyylex.c0 /* yylex - scanner front-end for flex */
29 /* $Header: /projects/cvsroot/src/router/flex/yylex.c,v 1.1.1.1 2001/04/08 23:53:37 mhuang Exp $ */
36 /* yylex - scan for a regular expression token */
38 int yylex() function
H A DMakefile73 scan.l skel.c sym.c tblcmp.c yylex.c
75 scan.o skel.o sym.o tblcmp.o yylex.o
81 scan.c skel.c sym.c tblcmp.c yylex.c
122 yylex.o: yylex.c parse.h flexdef.h config.h
H A DMakefile.in73 scan.l skel.c sym.c tblcmp.c yylex.c
75 scan.o skel.o sym.o tblcmp.o yylex.o @ALLOCA@
81 scan.c skel.c sym.c tblcmp.c yylex.c
122 yylex.o: yylex.c parse.h flexdef.h config.h
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/flex/MISC/
H A DtestxxLexer.l55 while(lexer->yylex() != 0)
H A Dparse.c573 if ((yychar = yylex()) < 0) yychar = 0;
1414 if ((yychar = yylex()) < 0) yychar = 0;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ppp-2.4.4/include/
H A Dpcap-int.h100 int yylex(void);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/flex/MISC/OS2/
H A DMakefile.os224 scan$O skel$O sym$O tblcmp$O yylex$O
56 yylex$O : yylex.c flexdef.h
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/scripts/genksyms/
H A Dgenksyms.h63 int yylex(void);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/flex/MISC/MVS/
H A Dfixit.l137 yylex();
H A Dunfixit.l140 yylex();
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/flex/MISC/Borland/
H A DMakefile87 sym.c tblcmp.c yylex.c skel.c
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/shell/
H A Dmsh.c374 /* flags to yylex */
400 static int yylex(int cf);
1590 while (eofc() == 0 && yylex(0) != '\n');
1626 while ((c = yylex(0)) == '|') {
1659 while ((c = yylex(0)) == LOGAND || c == LOGOR) {
1686 peeksym = yylex(0);
1690 while ((c = yylex(0)) == ';' || c == '&'
1697 peeksym = yylex(0);
1719 c = yylex(cf);
1739 peeksym = yylex(c
2172 static int yylex(int cf) function
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-runtime/intl/
H A Dplural.y59 static int yylex (YYSTYPE *lval, const char **pexp);
239 yylex (YYSTYPE *lval, const char **pexp)
H A Dplural.c63 #define yylex __gettextlex macro
189 static int yylex (YYSTYPE *lval, const char **pexp);
739 /* YYLEX -- calling `yylex' with the right arguments. */
742 # define YYLEX yylex (&yylval, YYLEX_PARAM)
744 # define YYLEX yylex (&yylval)
1817 yylex (YYSTYPE *lval, const char **pexp)
1814 yylex (YYSTYPE *lval, const char **pexp) function
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iproute2/misc/
H A Dssfilter.y29 static int yylex(void);
174 int yylex(void)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/dhcp6/
H A Dra_token.l174 yylex();
H A Ddad_token.l198 yylex();
H A Dradvd_token.l300 return yylex();
H A Dresolv_token.l206 yylex();
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/radvd/
H A Dradvd.h176 int yylex(void);
H A Dgram.c879 /* YYLEX -- calling `yylex' with the right arguments. */
882 # define YYLEX yylex (YYLEX_PARAM)
884 # define YYLEX yylex ()
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/src/
H A Dpo-gram-gen.c129 /* Remap normal yacc parser interface names (yyparse, yylex, yyerror, etc),
139 #define yylex po_gram_lex macro
756 /* YYLEX -- calling `yylex' with the right arguments. */
759 # define YYLEX yylex (YYLEX_PARAM)
761 # define YYLEX yylex ()
H A Dpo-gram-gen.y42 /* Remap normal yacc parser interface names (yyparse, yylex, yyerror, etc),
52 #define yylex po_gram_lex

Completed in 199 milliseconds

12