Searched refs:MB_CUR_MAX (Results 1 - 25 of 89) sorted by last modified time

1234

/netbsd-current/usr.bin/xlint/lint1/
H A Dlex.c988 size_t n = 0, nmax = MB_CUR_MAX;
1264 int n = mblen(buf->data + i, MB_CUR_MAX);
/netbsd-current/lib/libc/regex/
H A Dengine.c170 if (MB_CUR_MAX == 1)
175 for (mbc = 1; mbc <= MB_CUR_MAX; mbc++) {
183 if (mbc > MB_CUR_MAX)
H A Dregcomp.c1236 if (table->__collate_load_error || MB_CUR_MAX > 1) {
1238 if (MB_CUR_MAX > 1) {
2028 if (MB_CUR_MAX > 1 &&
/netbsd-current/external/gpl3/binutils/dist/binutils/
H A Dreadelf.c854 n = mbrtowc (& w, symbol - 1, MB_CUR_MAX, & state);
15424 n = mbrtowc (& w, (char *)(data - 1), MB_CUR_MAX, & state);
/netbsd-current/external/gpl3/gdb/dist/gnulib/
H A Dconfigure18260 /* Check whether MB_CUR_MAX is > 1. This excludes the dysfunctional locales
18262 if (MB_CUR_MAX == 1)
/netbsd-current/external/gpl3/gdb/dist/readline/readline/
H A Dvi_mode.c70 if (MB_CUR_MAX == 1 || rl_byte_oriented) \
485 if (MB_CUR_MAX == 1 || rl_byte_oriented)
506 if (MB_CUR_MAX > 1 && rl_byte_oriented == 0)
523 if (MB_CUR_MAX == 1 || rl_byte_oriented)
1008 if (MB_CUR_MAX > 1 && rl_byte_oriented == 0)
1645 if (count > 1 && MB_CUR_MAX > 1 && rl_byte_oriented == 0)
1647 else if (MB_CUR_MAX > 1 && rl_byte_oriented == 0)
1674 if (MB_CUR_MAX > 1 && rl_byte_oriented == 0)
1898 if (MB_CUR_MAX > 1 && rl_byte_oriented == 0)
1928 if (MB_CUR_MAX
[all...]
H A Dutil.c353 if (MB_CUR_MAX > 1 && rl_byte_oriented == 0)
H A Dtext.c351 if (MB_CUR_MAX == 1 || rl_byte_oriented)
421 if (MB_CUR_MAX == 1 || rl_byte_oriented)
672 if (MB_CUR_MAX > 1 && rl_byte_oriented == 0)
679 if (MB_CUR_MAX > 1 && rl_byte_oriented == 0)
724 if (MB_CUR_MAX == 1 || rl_byte_oriented)
880 if (MB_CUR_MAX == 1 || rl_byte_oriented)
922 if (count > 0 && MB_CUR_MAX > 1 && rl_byte_oriented == 0)
931 if (MB_CUR_MAX > 1 && rl_byte_oriented == 0)
1223 else if (MB_CUR_MAX == 1 || rl_byte_oriented)
1263 if (MB_CUR_MAX >
[all...]
H A Dsearch.c341 if (MB_CUR_MAX > 1 && rl_byte_oriented == 0)
H A Drlmbutil.h115 ((MB_CUR_MAX > 1 && rl_byte_oriented == 0) \
119 ((MB_CUR_MAX > 1 && rl_byte_oriented == 0) \
182 #undef MB_CUR_MAX macro
185 #define MB_CUR_MAX 1 macro
H A Dmbutil.c364 /* Look at no more than MB_CUR_MAX characters */
370 mb_cur_max = MB_CUR_MAX;
H A Dkill.c822 if (MB_CUR_MAX > 1 && rl_byte_oriented == 0)
H A Disearch.c324 if (MB_CUR_MAX > 1 && rl_byte_oriented == 0)
400 if (MB_CUR_MAX > 1 && rl_byte_oriented == 0)
422 if (MB_CUR_MAX > 1 && rl_byte_oriented == 0 && cxt->mb[1])
482 if (MB_CUR_MAX > 1 && rl_byte_oriented == 0)
530 if (MB_CUR_MAX > 1 && rl_byte_oriented == 0)
598 else if (MB_CUR_MAX == 1 || rl_byte_oriented)
707 cxt->search_string_size += 128; /* 128 much greater than MB_CUR_MAX */
711 if (MB_CUR_MAX > 1 && rl_byte_oriented == 0)
H A Dhistexpand.c216 if (MB_CUR_MAX > 1 && rl_byte_oriented == 0)
455 if (MB_CUR_MAX > 1 && rl_byte_oriented == 0)
689 if (MB_CUR_MAX > 1 && rl_byte_oriented == 0)
991 if (MB_CUR_MAX > 1 && rl_byte_oriented == 0)
1110 if (MB_CUR_MAX > 1 && rl_byte_oriented == 0)
H A Ddisplay.c135 ((MB_CUR_MAX > 1 && rl_byte_oriented == 0) ? prompt_physical_chars : prompt_last_invisible+1)
375 mb_cur_max = MB_CUR_MAX;
750 int mb_cur_max = MB_CUR_MAX;
1638 int mb_cur_max = MB_CUR_MAX;
2610 if (MB_CUR_MAX > 1 && rl_byte_oriented == 0)
2687 int mb_cur_max = MB_CUR_MAX;
3460 if (MB_CUR_MAX == 1 || rl_byte_oriented)
H A Dcomplete.c1340 if (MB_CUR_MAX > 1 && rl_byte_oriented == 0)
1354 if (MB_CUR_MAX > 1 && rl_byte_oriented == 0)
2356 if (MB_CUR_MAX > 1 && rl_byte_oriented == 0)
2406 if (MB_CUR_MAX > 1 && rl_byte_oriented == 0)
/netbsd-current/external/gpl3/gdb/dist/libiberty/
H A Dregex.c4547 unsigned char buf[MB_CUR_MAX];
4883 if (MB_CUR_MAX != 1)
4976 if (MB_CUR_MAX != 1)
5421 if (MB_CUR_MAX != 1)
5477 if (MB_CUR_MAX != 1)
7814 if (MB_CUR_MAX != 1)
7874 if (MB_CUR_MAX != 1)
7990 if (MB_CUR_MAX != 1)
/netbsd-current/external/gpl3/gdb/dist/gnulib/import/
H A Dmbrtowc-impl.h116 if (m >= 4 || m >= MB_CUR_MAX)
118 /* Here MB_CUR_MAX > 1 and 0 < m < 4. */
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/config/locale/gnu/
H A Dcodecvt_members.cc32 #include <cstdlib> // For MB_CUR_MAX
209 if (MB_CUR_MAX == 1)
225 int __ret = MB_CUR_MAX;
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/config/locale/generic/
H A Dcodecvt_members.cc32 #include <cstdlib> // For MB_CUR_MAX
62 if (MB_CUR_MAX * (__from_end - __from) - (__to_end - __to) <= 0)
166 if (MB_CUR_MAX == 1)
176 int __ret = MB_CUR_MAX;
/netbsd-current/external/gpl3/gcc/dist/libiberty/
H A Dregex.c4547 unsigned char buf[MB_CUR_MAX];
4883 if (MB_CUR_MAX != 1)
4976 if (MB_CUR_MAX != 1)
5421 if (MB_CUR_MAX != 1)
5477 if (MB_CUR_MAX != 1)
7814 if (MB_CUR_MAX != 1)
7874 if (MB_CUR_MAX != 1)
7990 if (MB_CUR_MAX != 1)
/netbsd-current/external/bsd/tmux/dist/
H A Dutf8.c227 mbtowc(NULL, NULL, MB_CUR_MAX);
/netbsd-current/external/gpl3/gdb.old/dist/libiberty/
H A Dregex.c4543 unsigned char buf[MB_CUR_MAX];
4879 if (MB_CUR_MAX != 1)
4972 if (MB_CUR_MAX != 1)
5417 if (MB_CUR_MAX != 1)
5473 if (MB_CUR_MAX != 1)
7810 if (MB_CUR_MAX != 1)
7870 if (MB_CUR_MAX != 1)
7986 if (MB_CUR_MAX != 1)
/netbsd-current/external/gpl3/gdb.old/dist/readline/readline/
H A Dcomplete.c1327 if (MB_CUR_MAX > 1 && rl_byte_oriented == 0)
1340 if (MB_CUR_MAX > 1 && rl_byte_oriented == 0)
1369 if (MB_CUR_MAX > 1 && rl_byte_oriented == 0)
2324 if (MB_CUR_MAX > 1 && rl_byte_oriented == 0)
2374 if (MB_CUR_MAX > 1 && rl_byte_oriented == 0)
H A Ddisplay.c125 ((MB_CUR_MAX > 1 && rl_byte_oriented == 0) ? prompt_physical_chars : prompt_last_invisible+1)
355 mb_cur_max = MB_CUR_MAX;
662 int mb_cur_max = MB_CUR_MAX;
1473 int mb_cur_max = MB_CUR_MAX;
2297 if (MB_CUR_MAX > 1 && rl_byte_oriented == 0)
2374 int mb_cur_max = MB_CUR_MAX;
3152 if (MB_CUR_MAX == 1 || rl_byte_oriented)

Completed in 565 milliseconds

1234