Lines Matching defs:lc_all
2344 static Lc_t* lc_all;
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 != p)
2839 lc_all = p;
2841 if (!single(i, lc_all && !(lc_categories[i].flags & LC_setlocale) ? lc_all : lc_categories[i].prev, 0))