Lines Matching refs:lc_all
2386 static Lc_t* lc_all;
2463 if ((flags & LC_setenv) && lc_all && locales[category])
2470 if (!lc && (!(lc_categories[category].flags & LC_setlocale) || !(lc = lc_categories[category].prev)) && !(lc = lc_all) && !(lc = lc_categories[category].prev) && !(lc = lang))
2792 lc_all = lcmake(s);
2795 lc_all = 0;
2808 if (!single(i, lc_all && !(lc_categories[i].flags & LC_setlocale) ? lc_all : lc_categories[i].prev, 0))
2833 if (!lc_all)
2845 if (f || !lc_all)
2853 else if (lc_all != p)
2855 lc_all = p;
2857 if (!single(i, lc_all && !(lc_categories[i].flags & LC_setlocale) ? lc_all : lc_categories[i].prev, 0))