Home
last modified time | relevance | path

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

/freebsd/usr.bin/localedef/
H A Dcollate.c180 struct collelem { struct
184 RB_ENTRY(collelem) rb_bysymbol; argument
185 RB_ENTRY(collelem) rb_byexpand;
212 static RB_HEAD(elem_by_symbol, collelem) elem_by_symbol;
213 static RB_HEAD(elem_by_expand, collelem) elem_by_expand;
404 RB_GENERATE_STATIC(elem_by_symbol, collelem, rb_bysymbol, element_compare_symbol);
417 RB_GENERATE_STATIC(elem_by_expand, collelem, rb_byexpand, element_compare_expand);
H A Dlocaledef.h95 typedef struct collelem collelem_t;
H A Dparser.y47 collelem_t *collelem; member
153 %token <collelem> T_COLLELEM
H A Dscanner.c567 if ((yylval.collelem = lookup_collelem(token)) != in get_symbol()