Searched refs:collsym (Results 1 – 4 of 4) sorted by relevance
95 typedef struct collsym collsym_t;
158 struct collsym { struct161 RB_ENTRY(collsym) entry; argument210 static RB_HEAD(collsyms, collsym) collsyms;378 RB_GENERATE_STATIC(collsyms, collsym, entry, collsym_compare);
46 collsym_t *collsym; member152 %token <collsym> T_COLLSYM
564 if ((yylval.collsym = lookup_collsym(token)) != NULL) { in get_symbol()