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

/inkscape/src/libcroco/
H A Dcr-token.h39 S_TK, enumerator in enum:CRTokenType
H A Dcr-token.c47 case S_TK:
152 *#CRToken to 'S_TK' (S in the css2 spec)
164 a_this->type = S_TK;
H A Dcr-parser.c640 && (token->type == COMMENT_TK || token->type == S_TK));
1202 case S_TK:
2361 && (token->type == S_TK
2391 && (token->type == S_TK
2483 && (token->type == S_TK
2503 && (token->type == S_TK
2528 && (token->type == S_TK
2545 && (token->type == S_TK

Completed in 33 milliseconds