Home
last modified time | relevance | path

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

/titanic_44/usr/src/lib/libshell/common/sh/
H A Dtdump.c143 if((t->tre.tretyp&TPAREN)==TPAREN) in p_tree()
H A Dtrestore.c163 if((type&TPAREN)==TPAREN) in r_tree()
H A Ddeparse.c314 if((t->tre.tretyp&TPAREN)==TPAREN) in p_tree()
H A Dxec.c246 if((t->tre.tretyp&TPAREN)==TPAREN) in sh_tclear()
2127 if((type&TPAREN)==TPAREN) in sh_exec()
H A Dparse.c1806 t = makelist(lexp,TTST|TTEST|TPAREN ,t, (Shnode_t*)pointerof(lexp->sh->inlineno)); in test_primary()
/titanic_44/usr/src/lib/libshell/common/include/
H A Dshnodes.h49 #define TPAREN (TBINARY|TUNARY) macro