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

/ast/src/cmd/ksh93/data/
H A Dtestops.c47 "-o", TEST_OR,
/ast/src/cmd/ksh93/include/
H A Dtest.h46 #define TEST_OR (TEST_BINOP|1) macro
/ast/src/cmd/re/
H A Dtestregex.c85 #define TEST_OR 0x00008000 macro
106 #define TEST_GLOBAL (TEST_ACTUAL|TEST_AND|TEST_BASELINE|TEST_CATCH|TEST_FAIL|TEST_IGNORE_ERROR|TEST_IGNORE_OVER|TEST_IGNORE_POSITION|TEST_OR|TEST_PASS|TEST_SUMMARY|TEST_VERBOSE)
1697 test &= ~(TEST_AND|TEST_OR);
1702 test &= ~TEST_OR;
1705 test |= TEST_VERIFY|TEST_OR;
1709 test |= TEST_OR;
1778 if (test & TEST_OR)
1782 test &= ~TEST_OR;
/ast/src/cmd/ksh93/bltins/
H A Dtest.c308 if(op==TEST_AND || op==TEST_OR)
480 case TEST_OR:

Completed in 209 milliseconds