Home
last modified time | relevance | path

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

/freebsd-14-stable/usr.bin/localedef/
HDcollate.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);
HDlocaledef.h94 typedef struct collelem collelem_t;
HDparser.y47 collelem_t *collelem; member
153 %token <collelem> T_COLLELEM
HDscanner.c567 if ((yylval.collelem = lookup_collelem(token)) != in get_symbol()