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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/gdb/readline/
H A Drlmbutil.h120 #define MB_PREVCHAR(b,s,f) \ macro
147 #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);
1407 rl_point = MB_PREVCHAR (rl_line_buffer, rl_point, MB_FIND_NONZERO);
1412 rl_point = MB_PREVCHAR (rl_line_buffer, rl_point, MB_FIND_NONZERO);
H A Dcomplete.c886 while (rl_point = MB_PREVCHAR (rl_line_buffer, rl_point, MB_FIND_ANY))
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/gdb/readline/
H A Drlmbutil.h120 #define MB_PREVCHAR(b,s,f) \ macro
147 #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);
1407 rl_point = MB_PREVCHAR (rl_line_buffer, rl_point, MB_FIND_NONZERO);
1412 rl_point = MB_PREVCHAR (rl_line_buffer, rl_point, MB_FIND_NONZERO);
H A Dcomplete.c886 while (rl_point = MB_PREVCHAR (rl_line_buffer, rl_point, MB_FIND_ANY))
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/gdb/readline/
H A Drlmbutil.h120 #define MB_PREVCHAR(b,s,f) \ macro
147 #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);
1407 rl_point = MB_PREVCHAR (rl_line_buffer, rl_point, MB_FIND_NONZERO);
1412 rl_point = MB_PREVCHAR (rl_line_buffer, rl_point, MB_FIND_NONZERO);
H A Dcomplete.c886 while (rl_point = MB_PREVCHAR (rl_line_buffer, rl_point, MB_FIND_ANY))

Completed in 101 milliseconds