Searched refs:firstop (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/libpp/common/
H A Dppop.c366 pp.firstop = pp.lastop = newof(0, struct oplist, 1, 0);
847 while (pp.firstop)
849 switch (pp.firstop->op)
852 sfprintf(sp, "#%s #%s\n", dirname(DEFINE), pp.firstop->value);
855 if (*pp.firstop->value == '#')
856 sfprintf(sp, "#%s %s\n", dirname(DEFINE), pp.firstop->value);
859 if (s = strchr(pp.firstop->value, '='))
860 sfprintf(sp, "#%s %-.*s %s\n", dirname(DEFINE), s - pp.firstop->value, pp.firstop->value, s + 1);
862 sfprintf(sp, "#%s %s 1\n", dirname(DEFINE), pp.firstop
[all...]
H A Dpplib.h269 struct oplist* firstop; /* first arg op */ \
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_slp.c867 unsigned int firstop; local
874 firstop = netval;
876 if (firstop) {

Completed in 66 milliseconds