Home
last modified time | relevance | path

Searched refs:MB_NEXTCHAR (Results 1 – 4 of 4) sorted by relevance

/NextBSD/contrib/libreadline/
HDrlmbutil.h115 #define MB_NEXTCHAR(b,s,c,f) \ macro
145 #define MB_NEXTCHAR(b,s,c,f) ((s) + (c)) macro
HDtext.c449 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);
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);
HDisearch.c474 n = MB_NEXTCHAR (rl_line_buffer, wstart, 1, MB_FIND_NONZERO);;
480 n = MB_NEXTCHAR (rl_line_buffer, n, 1, MB_FIND_NONZERO);;
HDcomplete.c837 … for (scan = pass_next = 0; scan < end; scan = MB_NEXTCHAR (rl_line_buffer, scan, 1, MB_FIND_ANY))