Home | History | Annotate | Download | only in src

Lines Matching refs:pwidth

975 static int pwidth;		/* width of prompt */
1218 pwidth = prompt_trunc % x_cols;
1219 prompt_trunc -= pwidth;
1220 if ((mksh_uari_t)pwidth > ((mksh_uari_t)x_cols - 3 - MIN_EDIT_SPACE)) {
1223 pwidth = 0;
1246 x_displen = (xx_cols = x_cols) - 2 - (x_col = pwidth);
2113 x_col = pwidth;
2822 * the display width; take care of pwidth though
2844 if (xbp == xbuf && xcp != xbuf && col_left >= 0 && col_left < pwidth) {
3537 x_col = pwidth;
3547 winwidth = x_cols - pwidth - 3;
5169 ncol = col + pwidth;
5187 ncol = col + pwidth - 1;
5191 ncol = col + pwidth;
5201 col = pwidth;
5229 ed_mov_opt(pwidth + winwidth + 1, wb1);
5252 wb = &wb[x_col - pwidth];