Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/ipf/tools/
H A Dipf_y.y25 #define DOALL(x) for (fr = frc; fr != NULL; fr = fr->fr_next) { x } macro
432 tos: | settos YY_NUMBER { DOALL(fr->fr_tos = $2; fr->fr_mtos = 0xff;) }
433 | settos YY_HEX { DOALL(fr->fr_tos = $2; fr->fr_mtos = 0xff;) }
441 YY_NUMBER { DOALL(fr->fr_tos = $1; fr->fr_mtos = 0xff;) }
450 { DOALL(fr->fr_ttl = $2; fr->fr_mttl = 0xff;) }
493 group: | IPFY_GROUP YY_STR { DOALL(strncpy(fr->fr_group, $2, \
497 | IPFY_GROUP YY_NUMBER { DOALL(sprintf(fr->fr_group, "%d", \
502 head: | IPFY_HEAD YY_STR { DOALL(strncpy(fr->fr_grhead, $2, \
505 | IPFY_HEAD YY_NUMBER { DOALL(sprintf(fr->fr_grhead, "%d", \
523 nattag: IPFY_NAT '=' YY_STR { DOALL(strncpy(fr->fr_nattag.ipt_tag,\
[all …]
/titanic_41/usr/src/cmd/csh/
H A Dsh.lex.c205 while (issp(c = getC(DOALL))) in word()
214 c1 = getC(DOALL); in word()
252 dolflg = DOALL; in word()
257 dolflg = DOALL; in word()
291 dolflg = c == '"' ? DOALL : DOEXCL; in word()
H A Dsh.h264 #define DOALL DODOL|DOEXCL macro