Lines Matching refs:pwidth
1360 static int pwidth; /* width of prompt */
1443 cur_col = pwidth = promptlen(prompt, &p);
1445 if (pwidth > x_cols - 3 - MIN_EDIT_SPACE) {
1447 prompt_trunc = pwidth - cur_col;
1448 pwidth -= prompt_trunc;
1458 winwidth = x_cols - pwidth - 3;
1750 cur_col = pwidth;
1834 ncol = col + pwidth;
1862 ncol = col + pwidth - 1;
1866 ncol = col + pwidth;
1876 col = pwidth;
1903 ed_mov_opt(pwidth + winwidth + 1, wb1);
1921 cur_col = pwidth;
1929 wb = &wb[cur_col - pwidth];