Searched refs:cmd_step_common (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/less/ |
H A D | cmdbuf.c | 200 static constant char * cmd_step_common(char *p, LWCHAR ch, size_t len, int *pwidth, int *bswidth) in cmd_step_common() function 240 return cmd_step_common(p, ch, ptr_diff(*pp, p), pwidth, bswidth); in cmd_step_right() 251 return cmd_step_common(*pp, ch, ptr_diff(p, *pp), pwidth, bswidth); in cmd_step_left()
|