Home
last modified time | relevance | path

Searched refs:TUNARY (Results 1 – 4 of 4) sorted by relevance

/titanic_41/usr/src/lib/libshell/common/include/
H A Dshnodes.h47 #define TUNARY (04<<COMBITS) /* unary operator in [[...]] */ macro
49 #define TPAREN (TBINARY|TUNARY)
/titanic_41/usr/src/lib/libshell/common/sh/
H A Ddeparse.c325 if(t->tre.tretyp&TUNARY) in p_tree()
H A Dparse.c1825 t = makelist(lexp,TTST|TTEST|TUNARY|(num<<TSHIFT), in test_primary()
1847 t = makelist(lexp,TTST|TTEST|TUNARY|('n'<<TSHIFT), in test_primary()
H A Dxec.c2149 if(type&TUNARY) in sh_exec()