Searched refs:MB_FIND_NONZERO (Results 1 - 8 of 8) sorted by relevance

/haiku-fatelf/src/bin/gdb/readline/
H A Drlmbutil.h74 * MB_FIND_NONZERO find a non-zero-width multibyte character
78 #define MB_FIND_NONZERO 0x01 macro
H A Dtext.c291 point = _rl_find_next_mbchar (rl_line_buffer, rl_point, count, MB_FIND_NONZERO);
295 point = _rl_find_prev_mbchar (rl_line_buffer, rl_end, MB_FIND_NONZERO);
371 point = _rl_find_prev_mbchar (rl_line_buffer, point, MB_FIND_NONZERO);
1010 rl_point = _rl_find_prev_mbchar (rl_line_buffer, rl_point, MB_FIND_NONZERO);
1067 new_point = _rl_find_next_mbchar (rl_line_buffer, rl_point, 1, MB_FIND_NONZERO);
1337 rl_point = _rl_find_prev_mbchar (rl_line_buffer, rl_point, MB_FIND_NONZERO);
1346 rl_point = _rl_find_prev_mbchar (rl_line_buffer, rl_point, MB_FIND_NONZERO);
1364 rl_point = _rl_find_next_mbchar (rl_line_buffer, rl_point, count, MB_FIND_NONZERO);
H A Dvi_mode.c772 rl_point = _rl_find_next_mbchar (rl_line_buffer, rl_point, 1, MB_FIND_NONZERO);
785 rl_point = _rl_find_prev_mbchar (rl_line_buffer, rl_point, MB_FIND_NONZERO);
1069 end = _rl_find_next_mbchar (rl_line_buffer, rl_point, count, MB_FIND_NONZERO);
/haiku-fatelf/src/bin/bash/lib/readline/
H A Dtext.c305 point = _rl_find_next_mbchar (rl_line_buffer, rl_point, count, MB_FIND_NONZERO);
309 point = _rl_find_prev_mbchar (rl_line_buffer, rl_end, MB_FIND_NONZERO);
385 point = _rl_find_prev_mbchar (rl_line_buffer, point, MB_FIND_NONZERO);
455 rl_point = MB_NEXTCHAR (rl_line_buffer, rl_point, 1, MB_FIND_NONZERO);
461 rl_point = MB_NEXTCHAR (rl_line_buffer, rl_point, 1, MB_FIND_NONZERO);
468 rl_point = MB_NEXTCHAR (rl_line_buffer, rl_point, 1, MB_FIND_NONZERO);
474 rl_point = MB_NEXTCHAR (rl_line_buffer, rl_point, 1, MB_FIND_NONZERO);
501 p = MB_PREVCHAR (rl_line_buffer, rl_point, MB_FIND_NONZERO);
509 p = MB_PREVCHAR (rl_line_buffer, rl_point, MB_FIND_NONZERO);
519 p = MB_PREVCHAR (rl_line_buffer, rl_point, MB_FIND_NONZERO);
[all...]
H A Drlmbutil.h88 * MB_FIND_NONZERO find a non-zero-width multibyte character
92 #define MB_FIND_NONZERO 0x01 macro
H A Dvi_mode.c865 rl_point = _rl_find_next_mbchar (rl_line_buffer, rl_point, 1, MB_FIND_NONZERO);
878 rl_point = _rl_find_prev_mbchar (rl_line_buffer, rl_point, MB_FIND_NONZERO);
889 rl_point = _rl_find_prev_mbchar (rl_line_buffer, rl_point, MB_FIND_NONZERO);
1207 rl_point = _rl_find_prev_mbchar (rl_line_buffer, rl_point, MB_FIND_NONZERO);
1235 end = _rl_find_next_mbchar (rl_line_buffer, rl_point, count, MB_FIND_NONZERO);
H A Disearch.c475 n = MB_NEXTCHAR (rl_line_buffer, wstart, 1, MB_FIND_NONZERO);;
481 n = MB_NEXTCHAR (rl_line_buffer, n, 1, MB_FIND_NONZERO);;
H A Ddisplay.c303 ind = _rl_find_next_mbchar (pmt, pind, 1, MB_FIND_NONZERO);

Completed in 110 milliseconds