Searched refs:A_COLON (Results 1 – 3 of 3) sorted by relevance
82 A_DIG, A_DIG, A_COLON,A_REG, A_LT, A_ASSIGN,A_GT, A_QUEST
130 #define A_COLON 22 macro
104 (c==')'?A_RPAR:(c==0?A_EOF:(c==':'?A_COLON: \474 case A_NOT: case A_COLON: in gettok()696 if(gettok(vp)!=A_COLON) in expr()710 case A_COLON: in expr()