Home
last modified time | relevance | path

Searched refs:lasttx (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/contrib/ast/src/lib/libpp/
H A Dppop.c1231 if (pp.lasttx) in ppop()
1232 pp.lasttx = pp.lasttx->next = newof(0, struct oplist, 1, 0); in ppop()
1234 pp.firsttx = pp.lasttx = newof(0, struct oplist, 1, 0); in ppop()
1235 pp.lasttx->op = op; in ppop()
1236 pp.lasttx->value = p; in ppop()
H A Dpplib.h273 struct oplist* lasttx; /* last text file */ \
/illumos-gate/usr/src/contrib/ast/src/cmd/INIT/
H A Dproto.c385 …* firstop; struct oplist* lastop; struct oplist* firsttx; struct oplist* lasttx; unsigned char arg… member
437 …* firstop; struct oplist* lastop; struct oplist* firsttx; struct oplist* lasttx; unsigned char arg… member