Home
last modified time | relevance | path

Searched refs:collsym (Results 1 – 4 of 4) sorted by relevance

/dragonfly/usr.bin/localedef/
HDcollate.c156 struct collsym { struct
159 RB_ENTRY(collsym) entry; argument
208 static RB_HEAD(collsyms, collsym) collsyms;
374 RB_PROTOTYPE_STATIC(collsyms, collsym, entry, collsym_compare);
375 RB_GENERATE(collsyms, collsym, entry, collsym_compare);
HDlocaledef.h92 typedef struct collsym collsym_t;
HDparser.y46 collsym_t *collsym; member
152 %token <collsym> T_COLLSYM
HDscanner.c564 if ((yylval.collsym = lookup_collsym(token)) != NULL) { in get_symbol()