Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_filter.c220 static uint_t oplist[MAXOPS]; /* array of operators */ variable
365 for (op = oplist; *op; op++) { in codeprint()
367 printf("\t%2d: %s\n", op - oplist, opnames[*op]); in codeprint()
369 printf("\t%2d: (%d)\n", op - oplist, *op); in codeprint()
378 op - oplist, *op, *op); in codeprint()
381 op - oplist, *op, *op); in codeprint()
384 printf("\t%2d: STOP\n", op - oplist); in codeprint()
409 optimize(&oplist[*op]); in optimize()
410 if (oplist[*op] == OP_BRFL) in optimize()
412 else if (oplist[*op] == OP_BRTR) in optimize()
[all …]
/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()
/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…