Home
last modified time | relevance | path

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

/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/include/
H A Dshnodes.h52 #define TNSPACE (TFUN|COMSCAN)
71 #define TFUN 15 macro
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/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.c294 case TFUN: in p_tree()
H A Dparse.c769 t->funct.functtyp=TFUN; in funct()
871 fp->functtyp = TFUN|FAMP; in funct()
H A Dxec.c347 case TFUN: in sh_tclear()
2671 case TFUN: in sh_exec()
2803 if(fp->functtyp==(TFUN|FAMP)) in sh_exec()
H A Dname.c493 if((tp->tre.tretyp&COMMSK)==TFUN) in nv_setlist()