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

12

/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/fm/eversholt/common/
H A Desclex.h30 * yacc like yyerror(). yylex() and yyerror() are called only
75 int yylex();
/illumos-gate/usr/src/cmd/ipf/tools/
H A Dlexer.h25 extern int yylex __P((void));
H A Dipmon_y.y18 extern int yylex __P((void));
/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/cmd/sgs/m4/common/
H A Dm4y.y88 yylex(void)
H A Dm4y_xpg4.y94 yylex(void)
/illumos-gate/usr/src/cmd/msgfmt/
H A Dgnu_msgfmt.h116 extern int yylex(void);
H A Dgnu_lex.c352 yylex(void) function
/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/lib/libfru/libfru/
H A DnameSyntaxYacc.y45 extern int yylex (void);
/illumos-gate/usr/src/tools/ndrgen/
H A Dndrgen.h195 extern int yylex(void);
/illumos-gate/usr/src/cmd/sgs/librtld_db/demo/common/
H A Drdb.h246 extern int yylex(void);
/illumos-gate/usr/src/cmd/sgs/yacc/common/
H A Dyaccpar90 #define YYLEX() yycvtok(yylex())
129 #define YYLEX() yylex()
/illumos-gate/usr/src/tools/cscope-fast/
H A Dglobal.h294 extern int yylex(void);
H A Dcrossref.c107 switch (token = yylex()) {
/illumos-gate/usr/src/cmd/cron/
H A Datt1.y37 extern int yylex(void);
/illumos-gate/usr/src/cmd/mailx/
H A Doptim.c901 t = yylex();
905 t = yylex();
959 yylex(void) function
/illumos-gate/usr/src/cmd/eqn/
H A Dlex.c92 yylex(void) function
/illumos-gate/usr/src/cmd/loadkeys/
H A Dloadkeys.y134 static int yylex();
768 yylex()
/illumos-gate/usr/src/cmd/tnf/prex/
H A Dprexgram.y85 extern int yylex();
/illumos-gate/usr/src/ucbcmd/expr/
H A Dexpr.y121 yylex(void)
/illumos-gate/usr/src/cmd/iconv/
H A Dscanner.c490 yylex(void) function
/illumos-gate/usr/src/cmd/backup/lib/
H A Dgetdate.y106 #define yylex 1 /* suppress yacc's definition */
792 #undef yylex
794 yylex()
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/rdist/
H A Dgram.y191 yylex()

Completed in 111 milliseconds

12