Home
last modified time | relevance | path

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

/titanic_44/usr/src/lib/libshell/common/include/
H A Dshnodes.h152 struct functnod struct
207 struct functnod funct;
/titanic_44/usr/src/lib/libshell/common/sh/
H A Dtrestore.c137 struct functnod *fp; in r_tree()
138 t = getnode(shp->stk,functnod); in r_tree()
144 slp = (struct slnod*)stkalloc(shp->stk,sizeof(struct slnod)+sizeof(struct functnod)); in r_tree()
148 fp = (struct functnod*)(slp+1); in r_tree()
H A Dparse.c723 struct functnod *volatile fp; in funct()
735 t = getnode(functnod); in funct()
804 slp = (struct slnod*)stakalloc(sizeof(struct slnod)+sizeof(struct functnod)); in funct()
813 fp = (struct functnod*)(slp+1); in funct()
H A Dxec.c1957 register char *fname = ((struct functnod*)t)->functnam; in sh_exec()
2078 struct functnod *fp; in sh_exec()
2089 fp = (struct functnod*)(slp+1); in sh_exec()
/titanic_44/usr/src/lib/libshell/common/bltins/
H A Dmisc.c263 shp->st.lineno = np?((struct functnod*)nv_funtree(np))->functline:1; in b_dot_cmd()