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

/inkscape/src/libcroco/
H A Dcr-token.h73 BO_TK, /*opening bracket*/ enumerator in enum:CRTokenType
H A Dcr-token.c63 case BO_TK:
607 a_this->type = BO_TK;
H A Dcr-parser.c1252 case BO_TK:
1340 && token->type == BO_TK);
1773 } else if (token && token->type == BO_TK) {
2562 || (token->type == BO_TK)

Completed in 252 milliseconds