Searched refs:MB_PREVCHAR (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/libreadline/
H A Drlmbutil.h119 #define MB_PREVCHAR(b,s,f) \ macro
146 #define MB_PREVCHAR(b,s,f) ((s) - 1) macro
H A Dtext.c495 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);
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);
H A Dcomplete.c887 while ((rl_point = MB_PREVCHAR (rl_line_buffer, rl_point, MB_FIND_ANY)))

Completed in 54 milliseconds