HomeSort by: relevance | last modified time | path
    Searched defs:yylex (Results 1 - 25 of 127) sorted by relevancy

1 2 3 4 5 6

  /src/external/bsd/flex/dist/src/
yylex.c 1 /* $NetBSD: yylex.c,v 1.3 2017/01/02 17:45:27 christos Exp $ */
3 /* yylex - scanner front-end for flex */
36 __RCSID("$NetBSD: yylex.c,v 1.3 2017/01/02 17:45:27 christos Exp $");
43 /* yylex - scan for a regular expression token */
48 int yylex (void) function
FlexLexer.h 76 virtual int yylex() = 0;
78 // Call yylex with new input/output sources.
79 int yylex( std::istream& new_in, std::ostream& new_out ) function in class:FlexLexer
82 return yylex();
85 int yylex( std::istream* new_in, std::ostream* new_out = 0) function in class:FlexLexer
88 return yylex();
124 // only make that assignment when initializing in yylex().
144 virtual int yylex();
  /src/games/larn/
tok.c 38 yylex(void) function
  /src/usr.sbin/gspa/gspa/
gsp_lex.c 80 yylex() function
  /src/external/bsd/byacc/dist/test/
expr.oxout.h 50 #undef yylex macro
  /src/external/bsd/byacc/dist/test/yacc/
rename_debug.c 135 yylex(void) function
241 yychar = YYLEX;
361 yychar = YYLEX;
code_calc.code.c 23 #ifndef yylex
24 #define yylex calc_lex macro
25 #endif /* yylex */
110 int yylex(void);
136 # define YYLEX_DECL() yylex(void *YYLEX_PARAM)
137 # define YYLEX yylex(YYLEX_PARAM)
139 # define YYLEX_DECL() yylex(void)
140 # define YYLEX yylex()
243 yylex(void) function
    [all...]
code_error.code.c 23 #ifndef yylex
24 #define yylex error_lex macro
25 #endif /* yylex */
105 int yylex(void);
131 # define YYLEX_DECL() yylex(void *YYLEX_PARAM)
132 # define YYLEX yylex(YYLEX_PARAM)
134 # define YYLEX_DECL() yylex(void)
135 # define YYLEX yylex()
226 yylex(void) function
    [all...]
defines1.calc.c 29 extern int yylex(void);
54 # define YYLEX_DECL() yylex(void *YYLEX_PARAM)
55 # define YYLEX yylex(YYLEX_PARAM)
57 # define YYLEX_DECL() yylex(void)
58 # define YYLEX yylex()
61 #if !(defined(yylex) || defined(YYSTATE))
271 yylex(void) function
390 yychar = YYLEX;
    [all...]
defines2.calc.c 29 extern int yylex(void);
54 # define YYLEX_DECL() yylex(void *YYLEX_PARAM)
55 # define YYLEX yylex(YYLEX_PARAM)
57 # define YYLEX_DECL() yylex(void)
58 # define YYLEX yylex()
61 #if !(defined(yylex) || defined(YYSTATE))
271 yylex(void) function
390 yychar = YYLEX;
    [all...]
defines3.calc.c 29 extern int yylex(void);
54 # define YYLEX_DECL() yylex(void *YYLEX_PARAM)
55 # define YYLEX yylex(YYLEX_PARAM)
57 # define YYLEX_DECL() yylex(void)
58 # define YYLEX yylex()
61 #if !(defined(yylex) || defined(YYSTATE))
271 yylex(void) function
390 yychar = YYLEX;
    [all...]
err_syntax10.tab.c 23 #ifndef yylex
24 #define yylex err_syntax10_lex macro
25 #endif /* yylex */
103 int yylex(void);
121 # define YYLEX_DECL() yylex(void *YYLEX_PARAM)
122 # define YYLEX yylex(YYLEX_PARAM)
124 # define YYLEX_DECL() yylex(void)
125 # define YYLEX yylex()
249 yylex(void) function
    [all...]
stdin1.calc.c 29 extern int yylex(void);
54 # define YYLEX_DECL() yylex(void *YYLEX_PARAM)
55 # define YYLEX yylex(YYLEX_PARAM)
57 # define YYLEX_DECL() yylex(void)
58 # define YYLEX yylex()
61 #if !(defined(yylex) || defined(YYSTATE))
271 yylex(void) function
390 yychar = YYLEX;
    [all...]
stdin2.calc.c 29 extern int yylex(void);
54 # define YYLEX_DECL() yylex(void *YYLEX_PARAM)
55 # define YYLEX yylex(YYLEX_PARAM)
57 # define YYLEX_DECL() yylex(void)
58 # define YYLEX yylex()
61 #if !(defined(yylex) || defined(YYSTATE))
271 yylex(void) function
390 yychar = YYLEX;
    [all...]
  /src/external/bsd/elftosb/dist/elftosb2/
FlexLexer.h 75 virtual int yylex() = 0;
77 // Call yylex with new input/output sources.
78 int yylex( FLEX_STD istream* new_in, FLEX_STD ostream* new_out = 0 ) function in class:FlexLexer
81 return yylex();
117 // only make that assignment when initializing in yylex().
130 virtual int yylex();
  /src/external/bsd/ipf/dist/tools/
lexer.c 177 int yylex() function
739 while ((n = yylex()) != 0)
  /src/external/bsd/ntp/dist/ntpd/
ntp_scanner.c 674 * yylex() - function that does the actual scanning.
675 * Bison expects this function to be called yylex and for it to take no
677 * Conceptually yylex "returns" yylval as well as the actual return
681 yylex(void) function
917 DPRINTF(10, ("yylex: lexeme '%s' -> %s\n", yytext,
  /src/external/gpl3/binutils/dist/binutils/
mclex.c 350 yylex (void) function
rclex.c 766 yylex (void) function
875 switch (yylex ())
  /src/external/gpl3/binutils.old/dist/binutils/
mclex.c 350 yylex (void) function
rclex.c 766 yylex (void) function
875 switch (yylex ())
  /src/external/gpl3/gdb/dist/gdb/
yy-remap.h 21 /* Remap normal yacc parser interface names (yyparse, yylex, yyerror,
44 #define yylex GDB_YY_REMAP (yylex) macro
  /src/external/gpl3/gdb.old/dist/gdb/
yy-remap.h 21 /* Remap normal yacc parser interface names (yyparse, yylex, yyerror,
44 #define yylex GDB_YY_REMAP (yylex) macro
  /src/external/historical/nawk/dist/
lex.c 184 int yylex(void) function
191 FATAL( "out of space in yylex" );
563 void startreg(void) /* next call to yylex will return a regular expression */
  /src/external/bsd/unbound/dist/util/
configyyrename.h 16 #define yylex ub_c_lex macro

Completed in 24 milliseconds

1 2 3 4 5 6