Searched refs:MB_NEXTCHAR (Results 1 – 4 of 4) sorted by relevance
| /NextBSD/contrib/libreadline/ |
| HD | rlmbutil.h | 115 #define MB_NEXTCHAR(b,s,c,f) \ macro 145 #define MB_NEXTCHAR(b,s,c,f) ((s) + (c)) macro
|
| HD | text.c | 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); 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);
|
| 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 | complete.c | 837 … for (scan = pass_next = 0; scan < end; scan = MB_NEXTCHAR (rl_line_buffer, scan, 1, MB_FIND_ANY))
|