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

/freebsd-10.1-release/contrib/less/
H A Dcmdbuf.c192 cmd_step_common(p, ch, len, pwidth, bswidth)
197 int *bswidth;
204 if (pwidth != NULL || bswidth != NULL)
209 if (bswidth != NULL)
210 *bswidth = len;
215 if (pwidth != NULL || bswidth != NULL)
221 if (bswidth != NULL)
222 *bswidth = 0;
228 if (bswidth != NULL)
229 *bswidth
335 int width, bswidth; local
456 int width, bswidth; local
[all...]

Completed in 44 milliseconds