OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DOALL
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/bsd/ipf/dist/tools/
ipf_y.y
23
#define
DOALL
(x) for (fr = frc; fr != NULL; fr = fr->fr_next) { x }
412
tos: | settos YY_NUMBER {
DOALL
(fr->fr_tos = $2; fr->fr_mtos = 0xff;) }
413
| settos YY_HEX {
DOALL
(fr->fr_tos = $2; fr->fr_mtos = 0xff;) }
421
YY_NUMBER {
DOALL
(fr->fr_tos = $1; fr->fr_mtos = 0xff;) }
430
{
DOALL
(fr->fr_ttl = $2; fr->fr_mttl = 0xff;) }
473
group: | IPFY_GROUP groupname {
DOALL
(setgroup(&fr, $2); \
479
head: | IPFY_HEAD groupname {
DOALL
(setgrhead(&fr, $2););
507
nattag: IPFY_NAT '=' YY_STR {
DOALL
(strncpy(fr->fr_nattag.ipt_tag,\
510
| IPFY_NAT '=' YY_NUMBER {
DOALL
(sprintf(fr->fr_nattag.ipt_tag,\
514
logtag: IPFY_LOG '=' YY_NUMBER {
DOALL
(fr->fr_logtag = $3;)
[
all
...]
/src/bin/csh/
lex.c
266
while ((c = getC(
DOALL
)) == ' ' || c == '\t')
275
c1 = getC(
DOALL
);
314
dolflg =
DOALL
;
319
dolflg =
DOALL
;
355
dolflg = c == '"' ?
DOALL
: DOEXCL;
csh.h
289
#define
DOALL
DODOL|DOEXCL
Completed in 17 milliseconds
Indexes created Fri Aug 28 00:25:22 UTC 2026