Home
last modified time | relevance | path

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

/openbsd/bin/ksh/
H A Dvi.c1441 if (pwidth > x_cols - 3 - MIN_EDIT_SPACE) { in edit_reset()
1442 cur_col = x_cols - 3 - MIN_EDIT_SPACE; in edit_reset()
1447 if (!wbuf_len || wbuf_len != x_cols - 3) { in edit_reset()
1448 wbuf_len = x_cols - 3; in edit_reset()
1454 winwidth = x_cols - pwidth - 3; in edit_reset()
H A Dvar.c1025 x_cols = MIN_COLS; in setspec()
1029 x_cols = MIN_COLS; in setspec()
1031 x_cols = l; in setspec()
H A Dmisc.c1022 cols = x_cols / (max_width + 1); in print_columns()
1038 nspace = (x_cols - max_width * cols) / cols; in print_columns()
H A Dsh.h350 extern int x_cols; /* tty columns */
H A Dmain.c73 int x_cols = 80; variable
H A Dedit.c78 x_cols = ws.ws_col < MIN_COLS ? MIN_COLS : in check_sigwinch()
H A Demacs.c289 xx_cols = x_cols; in x_emacs()