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

/macosx-10.10/libxml2-26/libxml2/
H A Drngparser.c57 xmlCRNGTokType toktype; member in struct:_token
257 token->toktype = CRNG_NONE;
293 token->toktype = CRNG_LITERAL_SEGMENT;
313 token->toktype = CRNG_OP;
333 token->toktype = CRNG_KEYWORD;
335 token->toktype = CRNG_IDENTIFIER;
341 token->toktype = CRNG_NSNAME;
352 token->toktype = CRNG_QNAME;
355 token->toktype = CRNG_IDENTIFIER;
424 switch (token->toktype) {
[all...]
/macosx-10.10/emacs-93/emacs/lib-src/
H A Detags.c2891 static enum sym_type toktype;
2894 toktype = C_symtype (str, len, *c_extp);
2899 if (toktype == st_C_attribute)
2912 if (toktype == st_C_gnumacro)
2919 if (toktype == st_C_define)
2951 if (toktype == st_C_typedef)
2961 switch (toktype)
2978 switch (toktype)
2993 switch (toktype)
3006 if (toktype
2881 static enum sym_type toktype; local
[all...]

Completed in 109 milliseconds