Home
last modified time | relevance | path

Searched refs:BAROVERHEAD (Results 1 – 2 of 2) sorted by relevance

/freebsd-12-stable/sbin/camcontrol/
Dprogress.c124 #define BAROVERHEAD 45 /* non `*' portion of progress bar */ in progress_draw() macro
149 BAROVERHEAD - prefix_len; in progress_draw()
159 BAROVERHEAD - MIN_BAR_LEN; in progress_draw()
/freebsd-12-stable/contrib/tnftp/src/
Dprogressbar.c155 #define BAROVERHEAD 45 /* non `*' portion of progress bar */ macro
233 barlength = MIN((int)(sizeof(buf) - 1), ttywidth) - BAROVERHEAD;