Home | History | Annotate | Download | only in src

Lines Matching full:pwidth

953 static int pwidth;		/* width of prompt */
1170 pwidth = prompt_trunc % x_cols;
1171 prompt_trunc -= pwidth;
1172 if ((mksh_uari_t)pwidth > ((mksh_uari_t)x_cols - 3 - MIN_EDIT_SPACE)) {
1175 pwidth = 0;
1198 x_displen = (xx_cols = x_cols) - 2 - (x_col = pwidth);
2081 x_col = pwidth;
2803 * the display width; take care of pwidth though
2825 if (xbp == xbuf && xcp != xbuf && col_left >= 0 && col_left < pwidth) {
3524 x_col = pwidth;
3534 winwidth = x_cols - pwidth - 3;
5056 x_col = pwidth;
5136 ncol = col + pwidth;
5154 ncol = col + pwidth - 1;
5158 ncol = col + pwidth;
5168 col = pwidth;
5196 ed_mov_opt(pwidth + winwidth + 1, wb1);
5213 x_col = pwidth;
5221 wb = &wb[x_col - pwidth];