Searched refs:T_BINARY (Results 1 - 1 of 1) sorted by relevance

/macosx-10.9.5/ksh-20/ksh/src/cmd/ksh93/sh/
H A Dstreval.c53 #define T_BINARY 0x40 /* binary operators */ macro
191 if(type==1 || ((c&T_BINARY) && (c&T_OP)!=A_MOD && tp[-1]==1))
426 if(c&T_BINARY)
428 c &= ~T_BINARY;
446 if(c&T_BINARY)
448 c &= ~T_BINARY;
470 if(c&T_BINARY)
472 c &= ~T_BINARY;
485 if(c&T_BINARY)
722 userfun = T_BINARY;
[all...]

Completed in 113 milliseconds