Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libshell/common/include/
H A Dshnodes.h138 struct lstnod struct
148 struct lstnod tstlst; argument
205 struct lstnod lst;
/titanic_41/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));
/titanic_41/usr/src/lib/libshell/common/sh/
H A Dtrestore.c100 t = getnode(shp->stk,lstnod); in r_tree()
H A Dparse.c308 t = getnode(lstnod); in makelist()