Home
last modified time | relevance | path

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

/coreutils/src/
Dstty.c469 static int current_col; variable
518 if (0 < current_col) in wrapf()
520 if (max_col - current_col <= buflen) in wrapf()
523 current_col = 0; in wrapf()
528 current_col++; in wrapf()
534 current_col += buflen; in wrapf()
1239 current_col = 0; in apply_settings()
1416 current_col = 0; in main()
1831 current_col = 0; in display_window_size()
1924 current_col = 0; in display_changed()
[all …]