Home
last modified time | relevance | path

Searched refs:firsttx (Results 1 – 3 of 3) sorted by path

/illumos-gate/usr/src/contrib/ast/src/cmd/INIT/
H A Dproto.c385 …lastindex; struct oplist* firstop; struct oplist* lastop; struct oplist* firsttx; struct oplist* l… member
437 …lastindex; struct oplist* firstop; struct oplist* lastop; struct oplist* firsttx; struct oplist* l… member
/illumos-gate/usr/src/contrib/ast/src/lib/libpp/
H A Dpplib.h272 struct oplist* firsttx; /* first text file */ \
H A Dppop.c1185 if (xp = pp.firsttx) in ppop()
1234 pp.firsttx = pp.lasttx = newof(0, struct oplist, 1, 0); in ppop()