Searched refs:draw_trim (Results 1 - 7 of 7) sorted by relevance
/third_party/toybox/toys/other/ |
H A D | watch.c | 112 if (pad>0) draw_trim(cmd, -pad, pad); in watch_main()
|
H A D | hexedit.c | 66 draw_trim(*toys.optargs, -1, 71); in draw_tail()
|
/third_party/toybox/lib/ |
H A D | linestack.c | 194 int draw_trim(char *str, int padto, int width) in draw_trim() function
|
H A D | lib.h | 321 int draw_trim(char *str, int padto, int width);
|
/third_party/toybox/porting/liteos_a/lib/ |
H A D | lib.h | 312 int draw_trim(char *str, int padto, int width);
|
/third_party/toybox/porting/liteos_a/toys/posix/ |
H A D | ps.c | 648 if (TT.tty) width -= draw_trim(out, pad, len); in show_ps()
|
/third_party/toybox/toys/posix/ |
H A D | ps.c | 691 if (TT.tty) width -= draw_trim(out, pad, len); in show_ps()
|
Completed in 8 milliseconds