Home
last modified time | relevance | path

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

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