Searched refs:collsym (Results 1 – 4 of 4) sorted by relevance
156 struct collsym { struct159 RB_ENTRY(collsym) entry; argument208 static RB_HEAD(collsyms, collsym) collsyms;374 RB_PROTOTYPE_STATIC(collsyms, collsym, entry, collsym_compare);375 RB_GENERATE(collsyms, collsym, entry, collsym_compare);
92 typedef struct collsym collsym_t;
46 collsym_t *collsym; member152 %token <collsym> T_COLLSYM
564 if ((yylval.collsym = lookup_collsym(token)) != NULL) { in get_symbol()