Searched refs:cmd_step_right (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/less/ |
H A D | cmdbuf.c | 186 * Common part of cmd_step_right() and cmd_step_left(). 225 static constant char * cmd_step_right(char **pp, int *pwidth, int *bswidth) in cmd_step_right() function 282 constant char *pr = cmd_step_right(&np, &width, NULL); in cmd_repaint() 293 constant char *pr = cmd_step_right(&np, &width, NULL); in cmd_repaint() 325 cmd_step_right(&s, &width, NULL); in cmd_lshift() 332 cmd_step_right(&ns, &width, NULL); in cmd_lshift() 388 pr = cmd_step_right(&ncp, &width, NULL); in cmd_right() 398 pr = cmd_step_right(&ncp, &width, NULL); in cmd_right()
|