Symbol: FOR
bin/ksh/syn.c
315
case FOR:
bin/ksh/syn.c
317
t = newtp((c == FOR) ? TFOR : TSELECT);
bin/ksh/syn.c
321
c == FOR ? "for" : "select");
bin/ksh/syn.c
640
{ "for", FOR, true },
sbin/dhcp6leased/parse.y
156
ia_pd : REQUEST PREFIX DELEGATION ON STRING FOR {
sbin/dhcp6leased/parse.y
245
{"for", FOR},
sbin/dhcp6leased/parse.y
98
%token ERROR DELEGATION FOR ON PREFIX REQUEST RAPID COMMIT
sbin/pfctl/parse.y
1233
antispoof_ifspc : FOR antispoof_if { $$ = $2; }
sbin/pfctl/parse.y
1234
| FOR '{' optnl antispoof_iflst '}' { $$ = $4; }
sbin/pfctl/parse.y
1547
| bandwidth BURST bandwidth FOR STRING {
sbin/pfctl/parse.y
538
%token ANTISPOOF FOR INCLUDE MATCHES
sbin/pfctl/parse.y
5513
{ "for", FOR},
usr.bin/awk/awkgram.y
126
FOR '(' opt_simple_stmt ';' opt_nl pattern ';' opt_nl opt_simple_stmt rparen {inloop++;} stmt
usr.bin/awk/awkgram.y
127
{ --inloop; $$ = stat4(FOR, $3, notnull($6), $9, $12); }
usr.bin/awk/awkgram.y
128
| FOR '(' opt_simple_stmt ';' ';' opt_nl opt_simple_stmt rparen {inloop++;} stmt
usr.bin/awk/awkgram.y
129
{ --inloop; $$ = stat4(FOR, $3, NIL, $7, $10); }
usr.bin/awk/awkgram.y
130
| FOR '(' varname IN varname rparen {inloop++;} stmt
usr.bin/awk/awkgram.y
56
%token <i> ARG BLTIN BREAK CLOSE CONTINUE DELETE DO EXIT FOR FUNC
usr.bin/awk/awkgram.y
84
%left ARG BLTIN BREAK CALL CLOSE CONTINUE DELETE DO EXIT FOR FUNC
usr.bin/awk/lex.c
64
{ "for", FOR, FOR },
usr.bin/awk/maketab.c
94
{ FOR, "forstat", "for(" },
usr.bin/bc/bc.y
136
%token RETURN FOR IF WHILE SQRT
usr.bin/bc/bc.y
299
| FOR LPAR alloc_macro opt_expression SEMICOLON
usr.bin/make/for.c
176
if (DEBUG(FOR)) {
usr.bin/make/for.c
224
if (DEBUG(FOR))
usr.bin/make/for.c
234
if (DEBUG(FOR))
usr.bin/make/for.c
261
if (DEBUG(FOR))
usr.bin/make/lowparse.c
203
if (DEBUG(FOR))
usr.sbin/npppd/npppd/parse.y
1099
{ "for", FOR},
usr.sbin/npppd/npppd/parse.y
133
%token POOL_ADDRESS DNS_SERVERS NBNS_SERVERS FOR STATIC DYNAMIC
usr.sbin/npppd/npppd/parse.y
927
| FOR DYNAMIC { $$ = 0; }
usr.sbin/npppd/npppd/parse.y
928
| FOR STATIC { $$ = 1; }
usr.sbin/smtpd/parse.y
1435
| negation FOR LOCAL {
usr.sbin/smtpd/parse.y
1445
| negation FOR ANY {
usr.sbin/smtpd/parse.y
1455
| negation FOR DOMAIN tables {
usr.sbin/smtpd/parse.y
1472
| negation FOR DOMAIN REGEX tables {
usr.sbin/smtpd/parse.y
1490
| negation FOR RCPT_TO tables {
usr.sbin/smtpd/parse.y
1510
| negation FOR RCPT_TO REGEX tables {
usr.sbin/smtpd/parse.y
175
%token FCRDNS FILTER FOR FORWARD_ONLY FROM
usr.sbin/smtpd/parse.y
2710
{ "for", FOR },
usr.sbin/smtpd/parse.y
374
| MTA LIMIT FOR DOMAIN STRING {