Home
last modified time | relevance | path

Searched refs:oplist (Results 1 – 5 of 5) sorted by path

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_filter.c409 optimize(&oplist[*op]); in optimize()
410 if (oplist[*op] == OP_BRFL) in optimize()
413 *op = oplist[*op + 1]; in optimize()
417 optimize(&oplist[*op]); in optimize()
421 *op = oplist[*op + 1]; in optimize()
694 op = &oplist[*op] - 1; in want_packet()
699 op = &oplist[*op] - 1; in want_packet()
1119 n = oplist[p]; in resolve_chain()
1120 oplist[p] = pos; in resolve_chain()
2800 curr_op = oplist; in compile()
[all …]
/illumos-gate/usr/src/contrib/ast/src/cmd/INIT/
H A Dproto.c255 struct oplist struct
259 struct oplist* next; argument
385 …ex; struct ppindex* lastindex; struct oplist* firstop; struct oplist* lastop; struct oplist* first…
389 … maxmac; char* mactop; char* toknxt; long* control; long* maxcon; struct oplist* chop; struct ppfi…
437 …ex; struct ppindex* lastindex; struct oplist* firstop; struct oplist* lastop; struct oplist* first…
/illumos-gate/usr/src/contrib/ast/src/lib/libpp/
H A Dpplib.h174 struct oplist /* queue op until PP_INIT */ struct
178 struct oplist* next; /* next op */ argument
270 struct oplist* firstop; /* first arg op */ \
271 struct oplist* lastop; /* last arg op */ \
272 struct oplist* firsttx; /* first text file */ \
273 struct oplist* lasttx; /* last text file */ \
327 struct oplist* chop; /* include prefix chop list */ \
H A Dppop.c376 struct oplist* xp; in ppop()
398 pp.lastop = (pp.lastop->next = newof(0, struct oplist, 1, 0)); in ppop()
400 pp.firstop = pp.lastop = newof(0, struct oplist, 1, 0); in ppop()
444 xp = newof(0, struct oplist, 1, c + 1); in ppop()
445 xp->value = ((char*)xp) + sizeof(struct oplist); in ppop()
1232 pp.lasttx = pp.lasttx->next = newof(0, struct oplist, 1, 0); in ppop()
1234 pp.firsttx = pp.lasttx = newof(0, struct oplist, 1, 0); in ppop()
H A Dppsearch.c601 struct oplist* cp; in ppsearch()