Searched refs:TOK_COLON (Results 1 – 3 of 3) sorted by relevance
34 TOK_COLON, /* A colon */ enumerator
1089 … } else if(token == TOK_COLON) { /* right now, we'll just try to see if we have aliases */ in parseCollationElements()1923 case TOK_COLON: in parseResource()1964 if (token == TOK_OPEN_BRACE || token == TOK_COLON ||token ==TOK_CLOSE_BRACE ) in parseResource()1982 case TOK_COLON: resType = RT_TABLE; break; in parseResource()2057 if(token==TOK_COLON) { in parse()
95 return TOK_COLON; in getNextToken()