Searched refs:PC_TK (Results 1 - 3 of 3) sorted by relevance

/inkscape/src/libcroco/
H A Dcr-token.h72 PC_TK, /*closing parenthesis*/ enumerator in enum:CRTokenType
H A Dcr-token.c89 case PC_TK:
595 a_this->type = PC_TK;
H A Dcr-parser.c1222 && token2 && token2->type == PC_TK);
1229 if (token2->type == PC_TK) {
1248 && token2 && token2->type == PC_TK);
2168 ENSURE_PARSING_COND (token && token->type == PC_TK);

Completed in 18 milliseconds