Home
last modified time | relevance | path

Searched refs:cmd_step_common (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() function
203 return (cmd_step_common(p, ch, *pp - p, pwidth, bswidth)); in cmd_step_right()
215 return (cmd_step_common(*pp, ch, p - *pp, pwidth, bswidth)); in cmd_step_left()