Searched refs:oplist (Results 1 - 4 of 4) 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++) {
367 printf("\t%2d: %s\n", op - oplist, opnames[*op]);
369 printf("\t%2d: (%d)\n", op - oplist, *op);
378 op - oplist, *op, *op);
381 op - oplist, *op, *op);
384 printf("\t%2d: STOP\n", op - oplist);
409 optimize(&oplist[*op]);
410 if (oplist[*op] == OP_BRFL)
412 else if (oplist[*o
[all...]
/illumos-gate/usr/src/lib/libpp/common/
H A Dpplib.h174 struct oplist /* queue op until PP_INIT */ struct
178 struct oplist* next; /* next op */
269 struct oplist* firstop; /* first arg op */ \
270 struct oplist* lastop; /* last arg op */ \
271 struct oplist* firsttx; /* first text file */ \
272 struct oplist* lasttx; /* last text file */ \
325 struct oplist* chop; /* include prefix chop list */ \
H A Dppop.c342 struct oplist* xp;
364 pp.lastop = (pp.lastop->next = newof(0, struct oplist, 1, 0));
366 pp.firstop = pp.lastop = newof(0, struct oplist, 1, 0);
410 xp = newof(0, struct oplist, 1, c + 1);
411 xp->value = ((char*)xp) + sizeof(struct oplist);
1196 pp.lasttx = pp.lasttx->next = newof(0, struct oplist, 1, 0);
1198 pp.firsttx = pp.lasttx = newof(0, struct oplist, 1, 0);
H A Dppsearch.c600 struct oplist* cp;

Completed in 67 milliseconds