Home
last modified time | relevance | path

Searched refs:DOALL (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/ipf/tools/
H A Dipf_y.y777 { DOALL(fr->fr_tcpf = $2; fr->fr_tcpfm = $4;) }
779 { DOALL(fr->fr_tcpf = 0; fr->fr_tcpfm = $3;) }
783 { DOALL(fr->fr_tcpf = 0; fr->fr_tcpfm = $3;) }
785 { DOALL(fr->fr_tcpf = $2; fr->fr_tcpfm = $4;) }
787 { DOALL(fr->fr_tcpf = $2; fr->fr_tcpfm = $4;) }
809 { DOALL(fr->fr_flags |= FR_NOTSRCIP;) }
874 { DOALL(fr->fr_flags |= FR_NOTDSTIP;) }
1195 { DOALL(fr->fr_age[0] = $2; \
1276 { DOALL(fr->fr_mflx |= $2;) }
1327 ipv6hdrlist { DOALL(fr->fr_mip.fi_optmsk |= $1;
[all …]
/illumos-gate/usr/src/cmd/csh/
H A Dsh.lex.c211 while (issp(c = getC(DOALL))) in word()
220 c1 = getC(DOALL); in word()
258 dolflg = DOALL; in word()
263 dolflg = DOALL; in word()
297 dolflg = c == '"' ? DOALL : DOEXCL; in word()
H A Dsh.h256 #define DOALL DODOL|DOEXCL macro