Searched refs:bswidth (Results 1 - 1 of 1) sorted by relevance

/freebsd-12-stable/contrib/less/
H A Dcmdbuf.c191 * {{ Returning pwidth and bswidth separately is a historical artifact
195 cmd_step_common(p, ch, len, pwidth, bswidth)
200 int *bswidth;
227 if (bswidth != NULL)
228 *bswidth = width;
236 cmd_step_right(pp, pwidth, bswidth)
239 int *bswidth;
244 return cmd_step_common(p, ch, *pp - p, pwidth, bswidth);
251 cmd_step_left(pp, pwidth, bswidth)
254 int *bswidth;
271 int width, bswidth; local
439 int bswidth = 0; local
[all...]

Completed in 153 milliseconds