Searched refs:A_XOR (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: \
380 case A_XOR:
823 case A_AND: case A_OR: case A_XOR: case A_LSHIFT:
/ast/src/cmd/ksh93/include/
H A Dstreval.h143 #define A_XOR 28 macro

Completed in 9 milliseconds