Searched refs:AST_LC_internal (Results 1 – 6 of 6) sorted by relevance
115 ast.locale.set |= AST_LC_internal; in _ast_strerror()120 ast.locale.set &= ~AST_LC_internal; in _ast_strerror()
2255 if ((ast.locale.set & (AST_LC_debug|AST_LC_setlocale)) && !(ast.locale.set & AST_LC_internal)) in set_ctype()2329 if ((ast.locale.set & (AST_LC_debug|AST_LC_setlocale)) && !(ast.locale.set & AST_LC_internal)) in set_numeric()2466 if ((ast.locale.set & (AST_LC_debug|AST_LC_setlocale)) && !(ast.locale.set & AST_LC_internal)) in single()2471 if (!(ast.locale.set & AST_LC_internal)) in single()2545 if ((ast.locale.set & (AST_LC_debug|AST_LC_setlocale)) && !(ast.locale.set & AST_LC_internal)) in single()2657 else if (!lc_categories[cat[i]].prev && !(ast.locale.set & AST_LC_internal)) in composite()2683 else if (!lc_categories[n].prev && !(ast.locale.set & AST_LC_internal)) in composite()2763 if ((ast.locale.set & (AST_LC_debug|AST_LC_setlocale)) && !(ast.locale.set & AST_LC_internal)) in _ast_setlocale()2858 if (p && !(ast.locale.set & AST_LC_internal)) in _ast_setlocale()
142 ast.locale.set |= AST_LC_internal; in find()149 ast.locale.set &= ~AST_LC_internal; in find()
160 #define AST_LC_internal 1 macro
546 if ((ast.locale.set & AST_LC_debug) && !(ast.locale.set & AST_LC_internal)) in lcmake()744 if ((ast.locale.set & AST_LC_debug) && !(ast.locale.set & AST_LC_internal)) in lcmake()810 if ((ast.locale.set & AST_LC_debug) && !(ast.locale.set & AST_LC_internal)) in lcmake()
211 10-01-01 setlocale.c,translate.c,fmterror.c: AST_LC_internal retains prev state213 10-01-01 ast_std.h: add { AST_LC_internal AST_LC_setenv }