Searched refs:oplist (Results 1 – 4 of 4) sorted by relevance
/titanic_41/usr/src/cmd/cmd-inet/usr.sbin/snoop/ |
H A D | snoop_filter.c | 220 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 …]
|
/titanic_41/usr/src/lib/libpp/common/ |
H A D | pplib.h | 174 struct oplist /* queue op until PP_INIT */ struct 178 struct oplist* next; /* next op */ argument 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 D | ppop.c | 342 struct oplist* xp; in ppop() 364 pp.lastop = (pp.lastop->next = newof(0, struct oplist, 1, 0)); in ppop() 366 pp.firstop = pp.lastop = newof(0, struct oplist, 1, 0); in ppop() 410 xp = newof(0, struct oplist, 1, c + 1); in ppop() 411 xp->value = ((char*)xp) + sizeof(struct oplist); in ppop() 1196 pp.lasttx = pp.lasttx->next = newof(0, struct oplist, 1, 0); in ppop() 1198 pp.firsttx = pp.lasttx = newof(0, struct oplist, 1, 0); in ppop()
|
H A D | ppsearch.c | 600 struct oplist* cp; in ppsearch()
|