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

/macosx-10.10.1/ksh-23/ksh/src/lib/libast/path/
H A Dpathexists.c67 if ((ast.locale.set & (AST_LC_debug|AST_LC_find)) == (AST_LC_debug|AST_LC_find))
95 if ((ast.locale.set & (AST_LC_debug|AST_LC_find)) == (AST_LC_debug|AST_LC_find))
/macosx-10.10.1/ksh-23/ksh/src/lib/libast/misc/
H A Dtranslate.c392 else if (ast.locale.set & AST_LC_debug)
416 if (ast.locale.set & AST_LC_debug)
/macosx-10.10.1/ksh-23/ksh/src/lib/libast/include/
H A Dast_std.h164 #define AST_LC_debug (1L<<29) macro
/macosx-10.10.1/ksh-23/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.10.1/ksh-23/ksh/src/lib/libast/comp/
H A Dsetlocale.c170 if (ast.locale.set & AST_LC_debug)
2228 if ((ast.locale.set & (AST_LC_debug|AST_LC_setlocale)) && !(ast.locale.set & AST_LC_internal))
2302 if ((ast.locale.set & (AST_LC_debug|AST_LC_setlocale)) && !(ast.locale.set & AST_LC_internal))
2354 "debug", AST_LC_debug,
2439 if ((ast.locale.set & (AST_LC_debug|AST_LC_setlocale)) && !(ast.locale.set & AST_LC_internal))
2518 if ((ast.locale.set & (AST_LC_debug|AST_LC_setlocale)) && !(ast.locale.set & AST_LC_internal))
2736 if ((ast.locale.set & (AST_LC_debug|AST_LC_setlocale)) && !(ast.locale.set & AST_LC_internal))
2798 if (ast.locale.set & AST_LC_debug)

Completed in 217 milliseconds