Searched refs:AST_LC_internal (Results 1 - 5 of 5) sorted by relevance

/macosx-10.9.5/ksh-20/ksh/src/lib/libast/string/
H A Dstrerror.c115 ast.locale.set |= AST_LC_internal;
120 ast.locale.set &= ~AST_LC_internal;
/macosx-10.9.5/ksh-20/ksh/src/lib/libast/misc/
H A Dtranslate.c142 ast.locale.set |= AST_LC_internal;
149 ast.locale.set &= ~AST_LC_internal;
/macosx-10.9.5/ksh-20/ksh/src/lib/libast/include/
H A Dast_std.h159 #define AST_LC_internal 1 macro
/macosx-10.9.5/ksh-20/ksh/src/lib/libast/port/
H A Dlc.c546 if ((ast.locale.set & AST_LC_debug) && !(ast.locale.set & AST_LC_internal))
744 if ((ast.locale.set & AST_LC_debug) && !(ast.locale.set & AST_LC_internal))
810 if ((ast.locale.set & AST_LC_debug) && !(ast.locale.set & AST_LC_internal))
/macosx-10.9.5/ksh-20/ksh/src/lib/libast/comp/
H A Dsetlocale.c2249 if ((ast.locale.set & (AST_LC_debug|AST_LC_setlocale)) && !(ast.locale.set & AST_LC_internal))
2323 if ((ast.locale.set & (AST_LC_debug|AST_LC_setlocale)) && !(ast.locale.set & AST_LC_internal))
2435 if ((ast.locale.set & (AST_LC_debug|AST_LC_setlocale)) && !(ast.locale.set & AST_LC_internal))
2440 if (!(ast.locale.set & AST_LC_internal))
2513 if ((ast.locale.set & (AST_LC_debug|AST_LC_setlocale)) && !(ast.locale.set & AST_LC_internal))
2625 else if (!lc_categories[cat[i]].prev && !(ast.locale.set & AST_LC_internal))
2651 else if (!lc_categories[n].prev && !(ast.locale.set & AST_LC_internal))
2731 if ((ast.locale.set & (AST_LC_debug|AST_LC_setlocale)) && !(ast.locale.set & AST_LC_internal))
2826 if (p && !(ast.locale.set & AST_LC_internal))

Completed in 147 milliseconds