Symbol: yylex
bin/chio/parse.y
48
int yylex(void);
bin/ksh/edit.c
433
if (yylex(ONEWORD|UNESCAPE) != LWORD) {
bin/ksh/eval.c
79
if (yylex(ONEWORD) != LWORD)
bin/ksh/exec.c
1225
if (yylex(ONEWORD|HEREDOC) != LWORD)
bin/ksh/lex.h
114
int yylex(int);
bin/ksh/syn.c
53
((reject) ? (reject = false, symbol) : (symbol = yylex(cf)))
bin/ksh/syn.c
55
((reject) ? (symbol) : (reject = true, symbol = yylex(cf)))
games/atc/extern.h
115
int yylex(void);
lib/libpcap/pcap-int.h
133
int yylex(void);
libexec/ftpd/ftpcmd.y
1075
static int yylex(void);
sbin/dhcp6leased/parse.y
58
int yylex(void);
sbin/dhcp6leased/parse_lease.y
57
int yylex(void);
sbin/dhcpleased/parse.y
71
int yylex(void);
sbin/iked/parse.y
74
int yylex(void);
sbin/ipsecctl/parse.y
61
int yylex(void);
sbin/pfctl/parse.y
87
int yylex(void);
sbin/unwind/libunbound/util/configlexer.c
3955
extern int yylex (void);
sbin/unwind/libunbound/util/configlexer.c
3957
#define YY_DECL int yylex (void)
sbin/unwind/parse.y
61
int yylex(void);
sbin/wsconsctl/wsconsctl.h
91
int yylex(void);
usr.bin/awk/proto.h
33
extern int yylex(void);
usr.bin/bc/extern.h
27
int yylex(void);
usr.bin/cvs/date.y
76
static int yylex(void);
usr.bin/doas/parse.y
57
static int yylex(void);
usr.bin/fgen/fgen.h
40
#define YY_DECL TOKEN* yylex(void)
usr.bin/lex/FlexLexer.h
132
virtual int yylex();
usr.bin/lex/FlexLexer.h
79
virtual int yylex() = 0;
usr.bin/lex/FlexLexer.h
82
int yylex( FLEX_STD istream* new_in, FLEX_STD ostream* new_out = 0 )
usr.bin/lex/FlexLexer.h
85
return yylex();
usr.bin/lex/flexdef.h
1054
extern int yylex PROTO ((void));
usr.bin/lex/libmain.c
26
extern int yylex();
usr.bin/lex/libmain.c
33
while (yylex() != 0);
usr.bin/m4/parser.y
22
extern int yylex(void);
usr.bin/mklocale/yacc.y
76
extern int yylex(void);
usr.bin/rcs/date.y
77
static int yylex(void);
usr.bin/rdist/client.h
183
int yylex(void);
usr.bin/tmux/cmd-parse.y
33
static int yylex(void);
usr.sbin/acme-client/parse.y
61
int yylex(void);
usr.sbin/bgpd/parse.y
73
int yylex(void);
usr.sbin/btrace/bt_parse.y
113
static int yylex(void);
usr.sbin/config/gram.y
61
int yylex(void);
usr.sbin/dvmrpd/parse.y
60
int yylex(void);
usr.sbin/eigrpd/parse.y
99
static int yylex(void);
usr.sbin/hostapd/parse.y
75
int yylex(void);
usr.sbin/httpd/parse.y
76
int yylex(void);
usr.sbin/ifstated/parse.y
58
int yylex(void);
usr.sbin/iscsictl/parse.y
63
int yylex(void);
usr.sbin/ldapd/parse.y
66
int yylex(void);
usr.sbin/ldomctl/parse.y
56
int yylex(void);
usr.sbin/ldpd/parse.y
98
static int yylex(void);
usr.sbin/lpd/parse.y
61
int yylex(void);
usr.sbin/mrouted/cfparse.y
43
static int yylex(void);
usr.sbin/npppd/npppd/parse.y
63
int yylex(void);
usr.sbin/nsd/configparser.y
24
int yylex(void);
usr.sbin/ntpd/parse.y
50
int yylex(void);
usr.sbin/ospf6d/parse.y
65
int yylex(void);
usr.sbin/ospfd/parse.y
63
int yylex(void);
usr.sbin/rad/parse.y
69
int yylex(void);
usr.sbin/radiusd/parse.y
66
int yylex(void);
usr.sbin/relayd/parse.y
78
int yylex(void);
usr.sbin/ripd/parse.y
58
int yylex(void);
usr.sbin/sasyncd/conf.y
52
int yylex(void);
usr.sbin/smtpd/parse.y
64
int yylex(void);
usr.sbin/snmpd/mib.y
188
int yylex(void);
usr.sbin/snmpd/parse.y
78
int yylex(void);
usr.sbin/vmd/parse.y
68
int yylex(void);
usr.sbin/ypldap/parse.y
72
int yylex(void);