HomeSort by: relevance | last modified time | path
    Searched refs:x_cols (Results 1 - 5 of 5) sorted by relevancy

  /src/bin/ksh/
sh.h 496 /* Minimum allowed value for x_cols: 2 for prompt, 3 for " < " at end of line
499 EXTERN int x_cols I__(80); /* tty columns */
501 # define x_cols 80 /* for pr_menu(exec.c) */ macro
vi.c 1365 static int wbuf_len; /* length of window buffers (x_cols-3)*/
1445 if (pwidth > x_cols - 3 - MIN_EDIT_SPACE) {
1446 cur_col = x_cols - 3 - MIN_EDIT_SPACE;
1451 if (!wbuf_len || wbuf_len != x_cols - 3) {
1452 wbuf_len = x_cols - 3;
1458 winwidth = x_cols - pwidth - 3;
edit.c 111 x_cols = ws.ws_col < MIN_COLS ? MIN_COLS
emacs.c 339 xx_cols = x_cols;
342 prompt_trunc = x_col - (x_cols - 3 - MIN_EDIT_SPACE);
var.c 1052 if ((x_cols = intval(vp)) <= MIN_COLS)
1053 x_cols = MIN_COLS;

Completed in 18 milliseconds