Lines Matching refs:MB_FIND_NONZERO
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);
1064 rl_point = _rl_find_prev_mbchar (rl_line_buffer, rl_point, MB_FIND_NONZERO);
1101 xpoint = MB_NEXTCHAR (rl_line_buffer, rl_point, 1, MB_FIND_NONZERO);
1272 next = MB_NEXTCHAR (rl_line_buffer, start, 1, MB_FIND_NONZERO);
1410 rl_point = MB_PREVCHAR (rl_line_buffer, rl_point, MB_FIND_NONZERO);
1415 rl_point = MB_PREVCHAR (rl_line_buffer, rl_point, MB_FIND_NONZERO);
1430 rl_point = _rl_find_next_mbchar (rl_line_buffer, rl_point, count, MB_FIND_NONZERO);