Home
last modified time | relevance | path

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

/external/e2fsprogs/misc/
Dmke2fs.c560 int need, col_left; in show_stats() local
617 col_left = 0; in show_stats()
625 if (need > col_left) { in show_stats()
627 col_left = 72; in show_stats()
629 col_left -= need; in show_stats()
/external/mksh/src/
Dedit.c2795 int col_left, n; in x_adjust() local
2805 if ((col_left = xx_cols * 2 / 3) < MIN_EDIT_SPACE) { in x_adjust()
2820 while (xbp > xbuf && col_left > 0) { in x_adjust()
2822 col_left -= (n = x_size2(xbp, NULL)); in x_adjust()
2825 if (xbp == xbuf && xcp != xbuf && col_left >= 0 && col_left < pwidth) { in x_adjust()