Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sgs/libconv/common/
H A Dglobals_machelf.c147 const char **lead_str; in cef_setup() local
163 lead_str = arg->lead_str; in cef_setup()
164 if (lead_str) { in cef_setup()
165 while (*lead_str) { in cef_setup()
166 if (!cef_cp(arg, state, TRUE, *lead_str++)) in cef_setup()
/illumos-gate/usr/src/cmd/sgs/include/
H A Dconv.h752 const char **lead_str; /* NULL, or array of pointers to strings to */ member