Home
last modified time | relevance | path

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

/freebsd-13.1/lib/libc/locale/
H A Dcollate.h128 collate_subst_t *subst_table[COLL_WEIGHTS_MAX]; member
H A Dcollate.c205 table->subst_table[z] = (void *)TMP; in __collate_load_tables_l()
208 table->subst_table[z] = NULL; in __collate_load_tables_l()
241 p = table->subst_table[pass] + (key & ~COLLATE_SUBST_PRIORITY); in substsearch()