Home | History | Annotate | Download | only in src

Lines Matching full:pwidth

975 static int pwidth;		/* width of prompt */
1222 pwidth = prompt_trunc % x_cols;
1223 prompt_trunc -= pwidth;
1224 if ((mksh_uari_t)pwidth > ((mksh_uari_t)x_cols - 3 - MIN_EDIT_SPACE)) {
1227 pwidth = 0;
1250 x_displen = (xx_cols = x_cols) - 2 - (x_col = pwidth);
2118 x_col = pwidth;
2840 * the display width; take care of pwidth though
2862 if (xbp == xbuf && xcp != xbuf && col_left >= 0 && col_left < pwidth) {
3568 x_col = pwidth;
3578 winwidth = x_cols - pwidth - 3;
5203 ncol = col + pwidth;
5221 ncol = col + pwidth - 1;
5225 ncol = col + pwidth;
5235 col = pwidth;
5263 ed_mov_opt(pwidth + winwidth + 1, wb1);
5286 wb = &wb[x_col - pwidth];