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

/ast/src/lib/libast/astsa/
H A Dast.h74 int mb_cur_max; member in struct:__anon244
/ast/src/lib/libast/include/
H A Dast_std.h245 int mb_cur_max; member in struct:__anon265
H A Dast.h181 #define mbmax() (ast.mb_cur_max)
/ast/src/cmd/std/
H A Dlocale.c490 {"mb_cur_max", AST_LC_CTYPE, I,1,CV_mb_cur_max},
881 number(sp, key, ast.mb_cur_max, flags);
/ast/src/lib/libast/comp/
H A Dsetlocale.c2233 ast.mb_cur_max = DEBUG_MB_CUR_MAX;
2242 ast.mb_cur_max = 6;
2250 else if ((locales[cp->internal]->flags & LC_default) || (ast.mb_cur_max = MB_CUR_MAX) <= 1 || !(ast.mb_len = mblen) || !(ast.mb_towc = mbtowc))
2252 ast.mb_cur_max = 1;
2524 , ast.mb_cur_max

Completed in 116 milliseconds