Home
last modified time | relevance | path

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

/titanic_44/usr/src/lib/libshell/common/include/
H A Dshnodes.h46 #define TBINARY (02<<COMBITS) /* binary operator in [[...]] */ macro
49 #define TPAREN (TBINARY|TUNARY)
/titanic_44/usr/src/lib/libshell/common/sh/
H A Dtdump.c149 if((t->tre.tretyp&TBINARY)) in p_tree()
H A Dtrestore.c168 if((type&TBINARY)) in r_tree()
H A Ddeparse.c333 if(t->tre.tretyp&TBINARY) in p_tree()
H A Dxec.c251 if(t->tre.tretyp&TBINARY) in sh_tclear()
2140 if(type&TBINARY) in sh_exec()
2167 else if(type&TBINARY) in sh_exec()
H A Dparse.c1871 t->lst.lsttyp = TTST|TTEST|TBINARY|(num<<TSHIFT); in test_primary()