Lines Matching refs:pwidth
979 static int pwidth; /* width of prompt */
1252 pwidth = prompt_trunc % x_cols;
1253 prompt_trunc -= pwidth;
1254 if ((mksh_uari_t)pwidth > ((mksh_uari_t)x_cols - 3 - MIN_EDIT_SPACE)) {
1257 pwidth = 0;
1280 x_displen = (xx_cols = x_cols) - 2 - (x_col = pwidth);
2157 x_col = pwidth;
2912 * the display width; take care of pwidth though
2934 if (xbp == xbuf && xcp != xbuf && col_left >= 0 && col_left < pwidth) {
3635 x_col = pwidth;
3645 winwidth = x_cols - pwidth - 3;
5265 ncol = col + pwidth;
5283 ncol = col + pwidth - 1;
5287 ncol = col + pwidth;
5297 col = pwidth;
5325 ed_mov_opt(pwidth + winwidth + 1, wb1);
5348 wb = &wb[x_col - pwidth];