Home
last modified time | relevance | path

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

/freebsd/usr.bin/localedef/
H A Dlocaledef.h95 typedef struct collsym collsym_t;
H A Dcollate.c158 struct collsym { struct
161 RB_ENTRY(collsym) entry; argument
210 static RB_HEAD(collsyms, collsym) collsyms;
378 RB_GENERATE_STATIC(collsyms, collsym, entry, collsym_compare);
H A Dparser.y46 collsym_t *collsym; member
152 %token <collsym> T_COLLSYM
H A Dscanner.c564 if ((yylval.collsym = lookup_collsym(token)) != NULL) { in get_symbol()