Home
last modified time | relevance | path

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

/external/e2fsprogs/misc/
Dmke2fs.c655 int need, col_left; in show_stats() local
721 col_left = 0; in show_stats()
729 if (need > col_left) { in show_stats()
731 col_left = 72; in show_stats()
733 col_left -= need; in show_stats()
/external/mksh/src/
Dedit.c2823 int col_left, n; in x_adjust() local
2833 if ((col_left = xx_cols * 2 / 3) < MIN_EDIT_SPACE) { in x_adjust()
2848 while (xbp > xbuf && col_left > 0) { in x_adjust()
2850 col_left -= (n = x_size2(xbp, NULL)); in x_adjust()
2853 if (xbp == xbuf && xcp != xbuf && col_left >= 0 && col_left < pwidth) { in x_adjust()