Lines Matching refs:pwidth
955 static int pwidth; /* width of prompt */
1173 pwidth = prompt_trunc % x_cols;
1174 prompt_trunc -= pwidth;
1175 if ((mksh_uari_t)pwidth > ((mksh_uari_t)x_cols - 3 - MIN_EDIT_SPACE)) {
1178 pwidth = 0;
1201 x_displen = (xx_cols = x_cols) - 2 - (x_col = pwidth);
2084 x_col = pwidth;
2809 * the display width; take care of pwidth though
2831 if (xbp == xbuf && xcp != xbuf && col_left >= 0 && col_left < pwidth) {
3530 x_col = pwidth;
3540 winwidth = x_cols - pwidth - 3;
5062 x_col = pwidth;
5142 ncol = col + pwidth;
5160 ncol = col + pwidth - 1;
5164 ncol = col + pwidth;
5174 col = pwidth;
5202 ed_mov_opt(pwidth + winwidth + 1, wb1);
5219 x_col = pwidth;
5227 wb = &wb[x_col - pwidth];