Searched refs:AST_LC_CTYPE (Results 1 - 7 of 7) sorted by relevance
/ast/src/lib/libast/include/ |
H A D | ast_std.h | 145 #define AST_LC_CTYPE 2 macro 175 #define LC_CTYPE (-AST_LC_CTYPE)
|
/ast/src/cmd/std/ |
H A D | locale.c | 489 {"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:
|
/ast/src/lib/libast/comp/ |
H A D | iconv.c | 489 if ((locales[AST_LC_CTYPE]->flags & LC_default) || !locales[AST_LC_CTYPE]->charset || !(m = locales[AST_LC_CTYPE]->charset->code) || streq(m, "iso8859-1"))
|
H A D | setlocale.c | 2329 { "LC_CTYPE", LC_CTYPE, AST_LC_CTYPE, set_ctype }, 2522 if (category == AST_LC_CTYPE)
|
/ast/src/lib/libast/port/ |
H A D | lc.c | 135 case LC_CTYPE: return AST_LC_CTYPE;
|
/ast/src/lib/libast/regex/ |
H A D | regcomp.c | 3260 if (!(fold = (unsigned char*)LCINFO(AST_LC_CTYPE)->data)) 3266 LCINFO(AST_LC_CTYPE)->data = (void*)fold;
|
/ast/src/cmd/ksh93/sh/ |
H A D | init.c | 458 if(ast.locale.set&(1<<AST_LC_CTYPE))
|
Completed in 36 milliseconds