Searched refs:bswidth (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/less/ |
H A D | cmdbuf.c | 187 * {{ Returning pwidth and bswidth separately is a historical artifact 190 static constant char * cmd_step_common(char *p, LWCHAR ch, size_t len, int *pwidth, int *bswidth) in cmd_step_common() argument 217 if (bswidth != NULL) in cmd_step_common() 218 *bswidth = width; in cmd_step_common() 225 static constant char * cmd_step_right(char **pp, int *pwidth, int *bswidth) in cmd_step_right() argument 230 return cmd_step_common(p, ch, ptr_diff(*pp, p), pwidth, bswidth); in cmd_step_right() 236 static constant char * cmd_step_left(char **pp, int *pwidth, int *bswidth) in cmd_step_left() argument 241 return cmd_step_common(*pp, ch, ptr_diff(p, *pp), pwidth, bswidth); in cmd_step_left() 252 int width, bswidth; in cmd_home() local 254 cmd_step_left(&cp, &width, &bswidth); in cmd_home() 414 int bswidth = 0; cmd_left() local [all...] |