Home | History | Annotate | Download | only in src

Lines Matching refs:pwidth

953 static int pwidth;		/* width of prompt */
1190 pwidth = prompt_trunc % x_cols;
1191 prompt_trunc -= pwidth;
1192 if ((mksh_uari_t)pwidth > ((mksh_uari_t)x_cols - 3 - MIN_EDIT_SPACE)) {
1195 pwidth = 0;
1218 x_displen = (xx_cols = x_cols) - 2 - (x_col = pwidth);
2101 x_col = pwidth;
2828 * the display width; take care of pwidth though
2850 if (xbp == xbuf && xcp != xbuf && col_left >= 0 && col_left < pwidth) {
3564 x_col = pwidth;
3574 winwidth = x_cols - pwidth - 3;
5111 x_col = pwidth;
5191 ncol = col + pwidth;
5209 ncol = col + pwidth - 1;
5213 ncol = col + pwidth;
5223 col = pwidth;
5251 ed_mov_opt(pwidth + winwidth + 1, wb1);
5268 x_col = pwidth;
5276 wb = &wb[x_col - pwidth];