Home
last modified time | relevance | path

Searched refs:lstnod (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/cmd/sh/
H A Dmode.h67 struct lstnod *_lstptr;
225 struct lstnod struct
252 #define lstptr(x) ((struct lstnod *)x) argument
H A Dcmd.c87 struct lstnod *t;
93 t = (struct lstnod *)getstor(sizeof(struct lstnod));
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/include/
H A Dshnodes.h139 struct lstnod struct
149 struct lstnod tstlst; argument
206 struct lstnod lst;
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Dtrestore.c100 t = getnode(shp->stk,lstnod); in r_tree()
H A Dparse.c319 t = getnode(lstnod); in makelist()