Home
last modified time | relevance | path

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

/openbsd-src/usr.bin/less/
H A Dcmdbuf.c155 cmd_step_common(char *p, LWCHAR ch, int len, int *pwidth, int *bswidth) in cmd_step_common() argument
161 if (pwidth != NULL || bswidth != NULL) { in cmd_step_common()
165 if (bswidth != NULL) in cmd_step_common()
166 *bswidth = prlen; in cmd_step_common()
170 if (pwidth != NULL || bswidth != NULL) { in cmd_step_common()
174 if (bswidth != NULL) in cmd_step_common()
175 *bswidth = 0; in cmd_step_common()
180 if (bswidth != NULL) in cmd_step_common()
181 *bswidth = prlen; in cmd_step_common()
185 if (bswidth != NULL) in cmd_step_common()
[all …]