Home
last modified time | relevance | path

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

/freebsd/usr.bin/localedef/
H A Dcollate.c191 typedef struct collchar { struct
194 RB_ENTRY(collchar) entry; argument
214 static RB_HEAD(collchars, collchar) collchars;
428 RB_GENERATE_STATIC(collchars, collchar, entry, collchar_compare);