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

/macosx-10.10.1/libxml2-26/libxml2/
H A Drngparser.c31 CRNG_KEYWORD, enumerator in enum:__anon9636
333 token->toktype = CRNG_KEYWORD;
427 case CRNG_KEYWORD: printf("keyword"); break;
725 (token->toktype == CRNG_KEYWORD)) {
838 if (token->toktype == CRNG_KEYWORD) {
913 if (token->toktype == CRNG_KEYWORD) {
1099 if (token->toktype == CRNG_KEYWORD) {
1213 if (token->toktype == CRNG_KEYWORD) {
1298 if (token->toktype != CRNG_KEYWORD) return(-1);
1302 if ((token->toktype != CRNG_KEYWORD) ||
[all...]

Completed in 57 milliseconds