Searched refs:draw_trim (Results 1 – 5 of 5) sorted by relevance
/external/toybox/toys/other/ |
D | watch.c | 112 if (pad>0) draw_trim(cmd, -pad, pad); in watch_main()
|
D | hexedit.c | 66 draw_trim(*toys.optargs, -1, 71); in draw_tail()
|
/external/toybox/lib/ |
D | linestack.c | 195 int draw_trim(char *str, int padto, int width) in draw_trim() function
|
D | lib.h | 296 int draw_trim(char *str, int padto, int width);
|
/external/toybox/toys/posix/ |
D | ps.c | 683 if (TT.tty) width -= draw_trim(out, pad, len); in show_ps()
|