Home
last modified time | relevance | path

Searched refs:forknod (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/cmd/sh/
H A Dmode.h60 struct forknod *_forkptr;
159 struct forknod struct
250 #define forkptr(x) ((struct forknod *)x)
H A Dcmd.c73 struct forknod *t;
75 t = (struct forknod *)getstor(sizeof(struct forknod));
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/include/
H A Dshnodes.h82 struct forknod struct
202 struct forknod fork;
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Dtrestore.c79 t = getnode(shp->stk,forknod); in r_tree()
H A Dparse.c246 register Shnode_t *par = getnode(forknod); in makeparent()
H A Dxec.c833 lineno = ((struct forknod*)t->lst.lstlef)->forkline; in sh_coexec()