Home
last modified time | relevance | path

Searched refs:AST_LC_CTYPE (Results 1 – 21 of 21) sorted by relevance

/dports/shells/ksh93/ast-93u/src/lib/libast/include/
H A Dast_std.h145 #define AST_LC_CTYPE 2 macro
175 #define LC_CTYPE (-AST_LC_CTYPE)
/dports/shells/ksh93-devel/ast-cc1bca27/src/lib/libast/include/
H A Dast_std.h164 #define AST_LC_CTYPE 2 macro
194 #define LC_CTYPE (-AST_LC_CTYPE)
/dports/shells/ast-ksh/ast-ksh93v/src/lib/libast/port/
H A Dcodeset.c51 …if ((locales[AST_LC_CTYPE]->flags & LC_default) || (s = setlocale(LC_CTYPE, NiL)) && (s = strchr(s… in _ast_codeset()
H A Dlc.c135 case LC_CTYPE: return AST_LC_CTYPE; in lcindex()
/dports/shells/ast-ksh/ast-ksh93v/src/lib/libast/include/
H A Dast_std.h169 #define AST_LC_CTYPE 2 macro
202 #define LC_CTYPE (-AST_LC_CTYPE)
/dports/shells/ksh93/ast-93u/src/cmd/std/
H A Dlocale.c489 {"charset", AST_LC_CTYPE, S,1,CV_charset},
490 {"mb_cur_max", AST_LC_CTYPE, I,1,CV_mb_cur_max},
491 {"mb_cur_min", AST_LC_CTYPE, I,1,CV_mb_cur_min},
873 case AST_LC_CTYPE: in list_keyword()
/dports/shells/ksh93-devel/ast-cc1bca27/src/cmd/std/
H A Dlocale.c489 {"charset", AST_LC_CTYPE, S,1,CV_charset},
490 {"mb_cur_max", AST_LC_CTYPE, I,1,CV_mb_cur_max},
491 {"mb_cur_min", AST_LC_CTYPE, I,1,CV_mb_cur_min},
873 case AST_LC_CTYPE: in list_keyword()
/dports/shells/ast-ksh/ast-ksh93v/src/cmd/std/
H A Dlocale.c489 {"charset", AST_LC_CTYPE, S,1,CV_charset},
490 {"mb_cur_max", AST_LC_CTYPE, I,1,CV_mb_cur_max},
491 {"mb_cur_min", AST_LC_CTYPE, I,1,CV_mb_cur_min},
873 case AST_LC_CTYPE: in list_keyword()
/dports/shells/ksh93-devel/ast-cc1bca27/src/lib/libast/comp/
H A Diconv.c489 …if ((locales[AST_LC_CTYPE]->flags & LC_default) || !locales[AST_LC_CTYPE]->charset || !(m = locale… in _ast_iconv_name()
H A Dsetlocale.c2329 { "LC_CTYPE", LC_CTYPE, AST_LC_CTYPE, set_ctype },
2522 if (category == AST_LC_CTYPE) in single()
/dports/shells/ksh93/ast-93u/src/lib/libast/comp/
H A Diconv.c489 …if ((locales[AST_LC_CTYPE]->flags & LC_default) || !locales[AST_LC_CTYPE]->charset || !(m = locale… in _ast_iconv_name()
H A Dsetlocale.c2329 { "LC_CTYPE", LC_CTYPE, AST_LC_CTYPE, set_ctype },
2522 if (category == AST_LC_CTYPE) in single()
/dports/shells/ast-ksh/ast-ksh93v/src/lib/libast/comp/
H A Dsetlocale.c2430 { "LC_CTYPE", LC_CTYPE, AST_LC_CTYPE, set_ctype },
2625 if (category == AST_LC_CTYPE) in single()
/dports/shells/ksh93-devel/ast-cc1bca27/src/lib/libast/port/
H A Dlc.c135 case LC_CTYPE: return AST_LC_CTYPE; in lcindex()
/dports/shells/ksh93/ast-93u/src/lib/libast/port/
H A Dlc.c135 case LC_CTYPE: return AST_LC_CTYPE; in lcindex()
/dports/shells/ksh93-devel/ast-cc1bca27/src/lib/libast/regex/
H A Dregcomp.c3260 if (!(fold = (unsigned char*)LCINFO(AST_LC_CTYPE)->data)) in regcomp()
3266 LCINFO(AST_LC_CTYPE)->data = (void*)fold; in regcomp()
/dports/shells/ksh93/ast-93u/src/lib/libast/regex/
H A Dregcomp.c3260 if (!(fold = (unsigned char*)LCINFO(AST_LC_CTYPE)->data)) in regcomp()
3266 LCINFO(AST_LC_CTYPE)->data = (void*)fold; in regcomp()
/dports/shells/ast-ksh/ast-ksh93v/src/lib/libast/regex/
H A Dregcomp.c3275 if (!(fold = (unsigned char*)LCINFO(AST_LC_CTYPE)->data)) in regcomp()
3281 LCINFO(AST_LC_CTYPE)->data = (void*)fold; in regcomp()
/dports/shells/ksh93/ast-93u/src/cmd/ksh93/sh/
H A Dinit.c458 if(ast.locale.set&(1<<AST_LC_CTYPE)) in put_lang()
/dports/shells/ksh93-devel/ast-cc1bca27/src/cmd/ksh93/sh/
H A Dinit.c458 if(ast.locale.set&(1<<AST_LC_CTYPE)) in put_lang()
/dports/shells/ast-ksh/ast-ksh93v/src/cmd/ksh93/sh/
H A Dinit.c463 if(ast.locale.set&(1<<AST_LC_CTYPE)) in put_lang()