Searched refs:bswidth (Results 1 – 1 of 1) sorted by relevance
| /freebsd-14.2/contrib/less/ |
| H A D | cmdbuf.c | 217 if (bswidth != NULL) in cmd_step_common() 218 *bswidth = width; in cmd_step_common() 230 return cmd_step_common(p, ch, *pp - p, pwidth, bswidth); in cmd_step_right() 236 static char * cmd_step_left(char **pp, int *pwidth, int *bswidth) in cmd_step_left() argument 241 return cmd_step_common(*pp, ch, 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() 255 while (bswidth-- > 0) in cmd_home() 414 int bswidth = 0; in cmd_left() local 424 cmd_step_left(&ncp, &width, &bswidth); in cmd_left() [all …]
|