Home
last modified time | relevance | path

Searched refs:pwidth (Results 1 – 3 of 3) sorted by relevance

/external/toybox/toys/pending/
Dlast.c92 int fd, pwidth, curlog_type = EMPTY; in last_main() local
97 pwidth = (toys.optflags & FLAG_W) ? 46 : 16; in last_main()
137 ut.ut_line, pwidth, pwidth, ut.ut_host, in last_main()
148 ut.ut_line, pwidth, pwidth, ut.ut_host, in last_main()
178 ut.ut_line, pwidth, pwidth, ut.ut_host, in last_main()
/external/mksh/src/
Dedit.c980 static int pwidth; /* width of prompt */ variable
1224 pwidth = prompt_trunc % x_cols; in x_init_prompt()
1225 prompt_trunc -= pwidth; in x_init_prompt()
1226 if ((mksh_uari_t)pwidth > ((mksh_uari_t)x_cols - 3 - MIN_EDIT_SPACE)) { in x_init_prompt()
1229 pwidth = 0; in x_init_prompt()
1252 x_displen = (xx_cols = x_cols) - 2 - (x_col = pwidth); in x_emacs()
2122 x_col = pwidth; in x_pprompt()
2853 if (xbp == xbuf && xcp != xbuf && col_left >= 0 && col_left < pwidth) { in x_adjust()
3552 x_col = pwidth; in x_vi()
3562 winwidth = x_cols - pwidth - 3; in x_vi()
[all …]
/external/ImageMagick/coders/
Dsixel.c231 size_t /* out */ *pwidth, /* image width */ in sixel_decode()
532 *pwidth = imsx; in sixel_decode()