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

/ast/src/cmd/ksh93/sh/
H A Dstreval.c98 ((c)=='|'?A_OR:((c)=='^'?A_XOR:((c)=='~'?A_TILDE:A_REG))):\
107 (c=='?'?A_QUEST:(c=='|'?A_OR:(c=='^'?A_XOR: \
386 case A_OR:
557 case A_OR: case A_AND:
823 case A_AND: case A_OR: case A_XOR: case A_LSHIFT:
/ast/src/cmd/ksh93/include/
H A Dstreval.h145 #define A_OR 30 macro

Completed in 26 milliseconds