Home
last modified time | relevance | path

Searched refs:draw_trim (Results 1 – 5 of 5) sorted by relevance

/external/toybox/toys/other/
Dwatch.c112 if (pad>0) draw_trim(cmd, -pad, pad); in watch_main()
Dhexedit.c107 draw_trim(line, -1, TT.cols); in draw_status()
/external/toybox/lib/
Dlinestack.c195 int draw_trim(char *str, int padto, int width) in draw_trim() function
Dlib.h318 int draw_trim(char *str, int padto, int width);
/external/toybox/toys/posix/
Dps.c691 if (TT.tty) width -= draw_trim(out, pad, len); in show_ps()