Symbol: yylex
bin/expr/expr.y
74
int yylex(void);
bin/sh/arith_yacc.c
178
last_token = yylex();
bin/sh/arith_yacc.c
189
op = yylex();
bin/sh/arith_yacc.c
193
return -primary(op, val, yylex(), noeval);
bin/sh/arith_yacc.c
196
return !primary(op, val, yylex(), noeval);
bin/sh/arith_yacc.c
199
return ~primary(op, val, yylex(), noeval);
bin/sh/arith_yacc.c
213
token = yylex();
bin/sh/arith_yacc.c
216
b = primary(token, &val, yylex(), noeval);
bin/sh/arith_yacc.c
255
token = yylex();
bin/sh/arith_yacc.c
258
b = and(token, val, yylex(), noeval | !a);
bin/sh/arith_yacc.c
272
token = yylex();
bin/sh/arith_yacc.c
275
b = or(token, val, yylex(), noeval | !!a);
bin/sh/arith_yacc.c
289
b = assignment(yylex(), noeval | !a);
bin/sh/arith_yacc.c
294
token = yylex();
bin/sh/arith_yacc.c
297
c = cond(token, val, yylex(), noeval | !!a);
bin/sh/arith_yacc.c
305
int op = yylex();
bin/sh/arith_yacc.c
315
result = assignment(yylex(), noeval);
bin/sh/arith_yacc.c
335
result = assignment(yylex(), 0);
bin/sh/arith_yacc.h
94
int yylex(void);
crypto/heimdal/appl/ftp/ftpd/ftpcmd.c
1043
# define YYLEX yylex (YYLEX_PARAM)
crypto/heimdal/appl/ftp/ftpd/ftpcmd.c
1045
# define YYLEX yylex ()
crypto/heimdal/appl/ftp/ftpd/ftpcmd.c
275
static int yylex (void);
crypto/heimdal/appl/ftp/ftpd/ftpcmd.y
76
static int yylex (void);
crypto/heimdal/lib/asn1/asn1parse.c
1050
# define YYLEX yylex (YYLEX_PARAM)
crypto/heimdal/lib/asn1/asn1parse.c
1052
# define YYLEX yylex ()
crypto/heimdal/lib/asn1/lex.c
1004
extern int yylex (void);
crypto/heimdal/lib/asn1/lex.c
1006
#define YY_DECL int yylex (void)
crypto/heimdal/lib/asn1/lex.h
42
int yylex(void);
crypto/heimdal/lib/com_err/lex.c
681
extern int yylex (void);
crypto/heimdal/lib/com_err/lex.c
683
#define YY_DECL int yylex (void)
crypto/heimdal/lib/com_err/lex.h
39
int yylex(void);
crypto/heimdal/lib/com_err/parse.c
658
# define YYLEX yylex (YYLEX_PARAM)
crypto/heimdal/lib/com_err/parse.c
660
# define YYLEX yylex ()
crypto/heimdal/lib/sl/slc-gram.c
632
# define YYLEX yylex (YYLEX_PARAM)
crypto/heimdal/lib/sl/slc-gram.c
634
# define YYLEX yylex ()
crypto/heimdal/lib/sl/slc-lex.c
660
extern int yylex (void);
crypto/heimdal/lib/sl/slc-lex.c
662
#define YY_DECL int yylex (void)
crypto/heimdal/lib/sl/slc.h
53
int yylex(void);
crypto/krb5/src/lib/krb5/krb/deltat.c
1148
yychar = yylex (&yylval, tmv);
lib/libipsec/policy_parse.y
91
extern int yylex(void);
sbin/devd/devd.h
50
int yylex(void);
sbin/hastd/parse.y
79
extern int yylex(void);
sbin/ipf/common/ipf_y.y
26
extern int yylex(void);
sbin/ipf/common/lexer.c
732
while ((n = yylex()) != 0)
sbin/ipf/common/lexer.h
27
extern int yylex(void);
sbin/ipf/iplang/iplang_y.y
50
int yylex __P((void));
sbin/ipf/ipmon/ipmon_y.y
21
extern int yylex(void);
sbin/ipf/ipnat/ipnat_y.y
39
extern int yylex(void);
sbin/ipf/ipscan/ipscan_y.y
22
extern int yylex(void);
sbin/pfctl/parse.y
105
int yylex(void);
sbin/setkey/parse.y
93
extern int yylex(void);
sbin/veriexec/manifest_parser.y
36
int yylex(void);
sys/dev/aic7xxx/aicasm/aicasm_gram.y
105
extern int yylex (void);
tools/build/bootstrap-m4/inittokenizer.c
499
extern int yylex(void);
tools/build/bootstrap-m4/inittokenizer.c
501
#define YY_DECL int yylex(void)
tools/build/bootstrap-m4/inittokenizer.c
663
extern int yylex (void);
tools/build/bootstrap-m4/inittokenizer.c
665
#define YY_DECL int yylex (void)
usr.bin/ar/acpyacc.y
55
extern int yylex(void);
usr.bin/find/getdate.y
53
static int yylex(void);
usr.bin/lex/initparse.c
122
# define YYLEX_DECL() yylex(void *YYLEX_PARAM)
usr.bin/lex/initparse.c
123
# define YYLEX yylex(YYLEX_PARAM)
usr.bin/lex/initparse.c
125
# define YYLEX_DECL() yylex(void)
usr.bin/lex/initparse.c
126
# define YYLEX yylex()
usr.bin/lex/initparse.c
129
#if !(defined(yylex) || defined(YYSTATE))
usr.bin/lex/initscan.c
2166
extern int yylex (void);
usr.bin/lex/initscan.c
2168
#define YY_DECL int yylex (void)
usr.bin/localedef/localedef.h
59
int yylex(void);
usr.bin/m4/parser.y
23
extern int yylex(void);
usr.bin/mkcsmapper/ldef.h
42
extern int yylex(void);
usr.bin/mkesdb/ldef.h
33
extern int yylex(void);
usr.sbin/apmd/apmd.h
113
int yylex(void);
usr.sbin/autofs/common.c
1123
ret = yylex();
usr.sbin/autofs/common.c
65
extern int yylex(void);
usr.sbin/autofs/common.c
754
ret = yylex();
usr.sbin/autofs/common.c
813
ret = yylex();
usr.sbin/autofs/common.c
883
ret = yylex();
usr.sbin/bluetooth/bthidd/parser.y
69
int yylex (void);
usr.sbin/bluetooth/hcsecd/parser.y
49
int yylex (void);
usr.sbin/config/config.h
243
int yylex(void);
usr.sbin/fifolog/lib/getdate.y
31
static int yylex(void);
usr.sbin/kbdcontrol/kbdcontrol.c
200
switch ((token = yylex())) {
usr.sbin/kbdcontrol/kbdcontrol.c
292
token = yylex();
usr.sbin/kbdcontrol/kbdcontrol.c
337
if ((token = yylex()) != TFLAG)
usr.sbin/kbdcontrol/kbdcontrol.c
340
token = yylex();
usr.sbin/kbdcontrol/kbdcontrol.c
360
switch ((token = yylex())) {
usr.sbin/kbdcontrol/kbdcontrol.c
371
for (i = 0; (token = yylex()) == '(';) {
usr.sbin/kbdcontrol/kbdcontrol.c
372
switch ((token = yylex())) {
usr.sbin/kbdcontrol/kbdcontrol.c
382
switch ((token = yylex())) {
usr.sbin/kbdcontrol/kbdcontrol.c
392
if ((token = yylex()) != ')')
usr.sbin/kbdcontrol/lex.h
72
extern int yylex(void);
usr.sbin/rrenumd/parser.y
65
extern int yylex(void);
usr.sbin/ypldap/parse.y
67
int yylex(void);