Searched defs:yylex (Results 1 - 12 of 12) sorted by relevance
/illumos-gate/usr/src/cmd/sgs/lex/common/ |
H A D | libmain.c | 36 #pragma weak yylex macro 37 extern int yylex(); 43 yylex();
|
/illumos-gate/usr/src/cmd/msgfmt/ |
H A D | gnu_lex.c | 352 yylex(void) function
|
/illumos-gate/usr/src/cmd/eqn/ |
H A D | lex.c | 92 yylex(void) function
|
/illumos-gate/usr/src/cmd/ipf/tools/ |
H A D | lexer.c | 178 int yylex() function 672 while ((n = yylex()) != 0)
|
/illumos-gate/usr/src/tools/ndrgen/ |
H A D | ndr_lex.c | 193 yylex(void) function
|
/illumos-gate/usr/src/cmd/iconv/ |
H A D | scanner.c | 490 yylex(void) function
|
/illumos-gate/usr/src/cmd/fm/eversholt/common/ |
H A D | esclex.c | 28 * 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 D | scanner.c | 653 yylex(void) function
|
/illumos-gate/usr/src/cmd/mailx/ |
H A D | optim.c | 901 t = yylex(); 905 t = yylex(); 959 yylex(void) function
|
/illumos-gate/usr/src/cmd/expr/ |
H A D | expr.c | 153 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 D | deltat.c | 89 #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 D | awk1.c | 33 * 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 98 milliseconds