Searched refs:m_collel_t (Results 1 - 3 of 3) sorted by relevance

/osnet-11/usr/src/lib/libxcurses/h/
H A Dm_collat.h48 /* m_collel_t: a type used to store collation elements
50 * M_MAX_COLLEL: maximum allowable value to be used for m_collel_t
57 typedef /* unsigned */ short m_collel_t; /* Collating element */ typedef
64 extern int m_collequiv (m_collel_t, m_collel_t **);
65 extern int m_collrange (m_collel_t,m_collel_t,m_collel_t **);
66 extern int m_collorder (m_collel_t **);
67 extern int m_cclass (char *, m_collel_t **);
[all...]
H A Dcollate.h82 m_collel_t *cindex, /* index to range table map */
84 m_collel_t *equivo, /* equiv class offsets */
96 * Pointed at by _m_cinfo.cstr, indexed by (m_collel_t - M_CSETSIZE).
H A Dm_i18n.h48 #define m_collel_t collel_t macro
73 #include <collate.h> /* Local compiler's collation: includes m_collel_t */

Completed in 25 milliseconds