Searched refs:MB_FIND_NONZERO (Results 1 – 5 of 5) sorted by relevance
| /NextBSD/contrib/libreadline/ |
| HD | text.c | 299 point = _rl_find_next_mbchar (rl_line_buffer, rl_point, count, MB_FIND_NONZERO); 303 point = _rl_find_prev_mbchar (rl_line_buffer, rl_end, MB_FIND_NONZERO); 379 point = _rl_find_prev_mbchar (rl_line_buffer, point, MB_FIND_NONZERO); 449 rl_point = MB_NEXTCHAR (rl_line_buffer, rl_point, 1, MB_FIND_NONZERO); 455 rl_point = MB_NEXTCHAR (rl_line_buffer, rl_point, 1, MB_FIND_NONZERO); 462 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); 495 p = MB_PREVCHAR (rl_line_buffer, rl_point, MB_FIND_NONZERO); 503 p = MB_PREVCHAR (rl_line_buffer, rl_point, MB_FIND_NONZERO); 513 p = MB_PREVCHAR (rl_line_buffer, rl_point, MB_FIND_NONZERO); [all …]
|
| HD | vi_mode.c | 837 rl_point = _rl_find_next_mbchar (rl_line_buffer, rl_point, 1, MB_FIND_NONZERO); 850 rl_point = _rl_find_prev_mbchar (rl_line_buffer, rl_point, MB_FIND_NONZERO); in _rl_vi_backup() 861 rl_point = _rl_find_prev_mbchar (rl_line_buffer, rl_point, MB_FIND_NONZERO); in rl_vi_check() 1173 rl_point = _rl_find_prev_mbchar (rl_line_buffer, rl_point, MB_FIND_NONZERO); 1201 end = _rl_find_next_mbchar (rl_line_buffer, rl_point, count, MB_FIND_NONZERO);
|
| HD | rlmbutil.h | 93 #define MB_FIND_NONZERO 0x01 macro
|
| HD | isearch.c | 474 n = MB_NEXTCHAR (rl_line_buffer, wstart, 1, MB_FIND_NONZERO);; 480 n = MB_NEXTCHAR (rl_line_buffer, n, 1, MB_FIND_NONZERO);;
|
| HD | display.c | 280 ind = _rl_find_next_mbchar (pmt, pind, 1, MB_FIND_NONZERO);
|