Searched defs:yylex (Results 1 - 12 of 12) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/lex/common/
H A Dlibmain.c36 #pragma weak yylex macro
37 extern int yylex();
43 yylex();
/illumos-gate/usr/src/cmd/msgfmt/
H A Dgnu_lex.c352 yylex(void) function
/illumos-gate/usr/src/cmd/eqn/
H A Dlex.c92 yylex(void) function
/illumos-gate/usr/src/cmd/ipf/tools/
H A Dlexer.c178 int yylex() function
672 while ((n = yylex()) != 0)
/illumos-gate/usr/src/tools/ndrgen/
H A Dndr_lex.c193 yylex(void) function
/illumos-gate/usr/src/cmd/iconv/
H A Dscanner.c490 yylex(void) function
/illumos-gate/usr/src/cmd/fm/eversholt/common/
H A Desclex.c28 * expected by the yacc-generated parser (i.e. yylex() and yyerror()).
126 * by the yylex() for that word.
286 * yylex -- the lexer, called yylex() because that's what yacc wants
290 yylex() function
/illumos-gate/usr/src/cmd/localedef/
H A Dscanner.c653 yylex(void) function
/illumos-gate/usr/src/cmd/mailx/
H A Doptim.c901 t = yylex();
905 t = yylex();
959 yylex(void) function
/illumos-gate/usr/src/cmd/expr/
H A Dexpr.c153 yylex() function
531 ylex = yylex();
547 ylex = yylex();
585 ylex = yylex();
597 ylex = yylex();
642 ylex = yylex();
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/krb/
H A Ddeltat.c89 #undef yylex macro
90 #define yylex(U, P) mylex (&(U)->val, (P)) macro
350 #define YYLEX yylex()
356 #define YYLEX yylex(&yylval, &yylloc, YYLEX_PARAM)
358 #define YYLEX yylex(&yylval, &yylloc)
362 #define YYLEX yylex(&yylval, YYLEX_PARAM)
364 #define YYLEX yylex(&yylval)
/illumos-gate/usr/src/cmd/awk_xpg4/
H A Dawk1.c33 * awk -- mainline, yylex, etc.
45 static char *progfiles[NPFILE]; /* Programmes files for yylex */
355 * yylex, get put into the symbol table in front of any
374 yylex() function

Completed in 1233 milliseconds