Searched defs:lc_all (Results 1 - 1 of 1) sorted by relevance

/ast/src/lib/libast/comp/
H A Dsetlocale.c2344 static Lc_t* lc_all; variable
2446 if ((flags & LC_setenv) && lc_all && locales[category])
2453 if (!lc && (!(lc_categories[category].flags & LC_setlocale) || !(lc = lc_categories[category].prev)) && !(lc = lc_all) && !(lc = lc_categories[category].prev) && !(lc = lang))
2776 lc_all = lcmake(s);
2779 lc_all = 0;
2792 if (!single(i, lc_all && !(lc_categories[i].flags & LC_setlocale) ? lc_all : lc_categories[i].prev, 0))
2817 if (!lc_all)
2829 if (f || !lc_all)
2837 else if (lc_all !
[all...]

Completed in 19 milliseconds