Home
last modified time | relevance | path

Searched refs:firstop (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/contrib/ast/src/lib/libpp/
H A Dppop.c400 pp.firstop = pp.lastop = newof(0, struct oplist, 1, 0); in ppop()
883 while (pp.firstop) in ppop()
885 switch (pp.firstop->op) in ppop()
888 sfprintf(sp, "#%s #%s\n", dirname(DEFINE), pp.firstop->value); in ppop()
891 if (*pp.firstop->value == '#') in ppop()
892 sfprintf(sp, "#%s %s\n", dirname(DEFINE), pp.firstop->value); in ppop()
895 if (s = strchr(pp.firstop->value, '=')) in ppop()
896 … sfprintf(sp, "#%s %-.*s %s\n", dirname(DEFINE), s - pp.firstop->value, pp.firstop->value, s + 1); in ppop()
898 sfprintf(sp, "#%s %s 1\n", dirname(DEFINE), pp.firstop->value); in ppop()
902 sfprintf(sp, "#%s\n", pp.firstop->value); in ppop()
[all …]
H A Dpplib.h270 struct oplist* firstop; /* first arg op */ \
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_slp.c866 unsigned int firstop; in v2_finish() local
873 firstop = netval; in v2_finish()
875 if (firstop) { in v2_finish()
/illumos-gate/usr/src/contrib/ast/src/cmd/INIT/
H A Dproto.c385 …t; struct ppindex* firstindex; struct ppindex* lastindex; struct oplist* firstop; struct oplist* l… member
437 …t; struct ppindex* firstindex; struct ppindex* lastindex; struct oplist* firstop; struct oplist* l… member