HomeSort by: relevance | last modified time | path
    Searched defs:mb_cur_max (Results 1 - 9 of 9) sorted by relevancy

  /src/external/gpl3/gdb/dist/readline/readline/
mbutil.c 362 int mb_cur_max; local
364 /* Look at no more than MB_CUR_MAX characters */
370 mb_cur_max = MB_CUR_MAX;
371 tmp = mbrlen((const char *)src, (l < mb_cur_max) ? l : mb_cur_max, ps);
display.c 135 ((MB_CUR_MAX > 1 && rl_byte_oriented == 0) ? prompt_physical_chars : prompt_last_invisible+1)
360 int mb_cur_max; local
376 mb_cur_max = MB_CUR_MAX;
386 if ((mb_cur_max <= 1 || rl_byte_oriented) && strchr (nprompt, RL_PROMPT_START_IGNORE) == 0)
458 if (mb_cur_max > 1 && rl_byte_oriented == 0)
505 if (mb_cur_max > 1 && rl_byte_oriented == 0)
771 int mb_cur_max = MB_CUR_MAX; local
985 if (mb_cur_max > 1 && rl_byte_oriented == 0 && prompt_multibyte_chars > 0
1659 int mb_cur_max = MB_CUR_MAX; local
2721 int mb_cur_max = MB_CUR_MAX; local
    [all...]
  /src/external/gpl3/gdb.old/dist/readline/readline/
mbutil.c 362 int mb_cur_max; local
364 /* Look at no more than MB_CUR_MAX characters */
370 mb_cur_max = MB_CUR_MAX;
371 tmp = mbrlen((const char *)src, (l < mb_cur_max) ? l : mb_cur_max, ps);
display.c 135 ((MB_CUR_MAX > 1 && rl_byte_oriented == 0) ? prompt_physical_chars : prompt_last_invisible+1)
360 int mb_cur_max; local
375 mb_cur_max = MB_CUR_MAX;
385 if ((mb_cur_max <= 1 || rl_byte_oriented) && strchr (nprompt, RL_PROMPT_START_IGNORE) == 0)
444 if (mb_cur_max > 1 && rl_byte_oriented == 0)
491 if (mb_cur_max > 1 && rl_byte_oriented == 0)
750 int mb_cur_max = MB_CUR_MAX; local
964 if (mb_cur_max > 1 && rl_byte_oriented == 0 && prompt_multibyte_chars > 0
1638 int mb_cur_max = MB_CUR_MAX; local
2687 int mb_cur_max = MB_CUR_MAX; local
    [all...]
  /src/lib/libc/citrus/modules/
citrus_euc.c 98 unsigned mb_cur_max; member in struct:__anon252
128 #define _ENCODING_MB_CUR_MAX(_ei_) (_ei_)->mb_cur_max
157 ei->mb_cur_max = 1;
163 if (ei->mb_cur_max < ei->count[x])
164 ei->mb_cur_max = ei->count[x];
citrus_gbk2k.c 63 int mb_cur_max; member in struct:__anon259
90 #define _ENCODING_MB_CUR_MAX(_ei_) (_ei_)->mb_cur_max
226 if (ei->mb_cur_max == 4 &&
309 if (ei->mb_cur_max != 4 ||
393 if (ei->mb_cur_max != 4)
439 ei->mb_cur_max = 4;
443 MATCH("2byte", ei->mb_cur_max = 2);
citrus_ues.c 54 size_t mb_cur_max; member in struct:__anon288
86 #define _ENCODING_MB_CUR_MAX(_ei_) (_ei_)->mb_cur_max
453 ei->mb_cur_max = (ei->mode & MODE_C99) ? 10 : 12;
citrus_viqr.c 218 size_t mb_cur_max; member in struct:__anon303
252 #define _ENCODING_MB_CUR_MAX(_ei_) (_ei_)->mb_cur_max
504 ei->mb_cur_max = 1;
515 if (ei->mb_cur_max < n)
516 ei->mb_cur_max = n;
529 if (ei->mb_cur_max < n)
530 ei->mb_cur_max = n;
  /src/external/gpl2/xcvs/dist/lib/
regex_internal.h 83 #if (defined MB_CUR_MAX && HAVE_LOCALE_H && HAVE_WCTYPE_H && HAVE_WCHAR_H && HAVE_WCRTOMB && HAVE_MBRTOWC && HAVE_WCSCOLL) || _LIBC
407 int mb_cur_max; member in struct:re_string_t
748 int mb_cur_max; member in struct:re_dfa_t
865 if (pstr->mb_cur_max == 1)
877 if (pstr->mb_cur_max == 1)

Completed in 56 milliseconds