Home
last modified time | relevance | path

Searched refs:TFUN (Results 1 – 7 of 7) sorted by relevance

/titanic_41/usr/src/lib/libshell/common/include/
H A Dshnodes.h51 #define TNSPACE (TFUN|COMSCAN)
70 #define TFUN 15 macro
/titanic_41/usr/src/lib/libshell/common/sh/
H A Dtrestore.c133 case TFUN: in r_tree()
150 fp->functtyp = TFUN|FAMP; in r_tree()
H A Dtdump.c132 case TFUN: in p_tree()
H A Ddeparse.c285 case TFUN: in p_tree()
H A Dxec.c242 case TFUN: in sh_tclear()
1953 case TFUN: in sh_exec()
2090 if(fp->functtyp==(TFUN|FAMP)) in sh_exec()
H A Dparse.c737 t->funct.functtyp=TFUN; in funct()
814 fp->functtyp = TFUN|FAMP; in funct()
H A Dname.c437 if((tp->tre.tretyp&COMMSK)==TFUN) in nv_setlist()