Searched refs:TOK_COLON (Results 1 – 6 of 6) sorted by relevance
34 TOK_COLON, /* A colon */ enumerator
887 … } else if(token == TOK_COLON) { /* right now, we'll just try to see if we have aliases */ in parseCollationElements()1727 case TOK_COLON: in parseResource()1768 if (token == TOK_OPEN_BRACE || token == TOK_COLON ||token ==TOK_CLOSE_BRACE ) in parseResource()1786 case TOK_COLON: resType = RT_TABLE; break; in parseResource()1852 if(token==TOK_COLON) { in parse()
95 return TOK_COLON; in getNextToken()
890 … } else if(token == TOK_COLON) { /* right now, we'll just try to see if we have aliases */ in parseCollationElements()1730 case TOK_COLON: in parseResource()1771 if (token == TOK_OPEN_BRACE || token == TOK_COLON ||token ==TOK_CLOSE_BRACE ) in parseResource()1789 case TOK_COLON: resType = RT_TABLE; break; in parseResource()1855 if(token==TOK_COLON) { in parse()