Searched refs:step_char (Results 1 – 7 of 7) sorted by relevance
/freebsd/contrib/less/ |
H A D | cmdbuf.c | 208 LWCHAR prev_ch = step_char(&p, -1, cmdbuf); in cmd_step_common() 228 LWCHAR ch = step_char(pp, +1, p + strlen(p)); in cmd_step_right() 239 LWCHAR ch = step_char(pp, -1, cmdbuf); in cmd_step_left()
|
H A D | line.c | 528 ch = step_char(&p, -1, linebuf.buf); in backc() 535 prev_ch = step_char(&p, -1, linebuf.buf); in backc() 772 LWCHAR prev_ch = (linebuf.end > 0) ? step_char(&p, -1, linebuf.buf) : 0; in store_char()
|
H A D | cvt.c | 86 ch = (LWCHAR) *src++; /* {{ would step_char work? }} */ in cvt_text()
|
H A D | charset.c | 782 public LWCHAR step_char(char **pp, signed int dir, constant char *limit) in step_char() 763 public LWCHAR step_char(char **pp, signed int dir, constant char *limit) step_char() function
|
H A D | filename.c |
|
H A D | funcs.h | 78 public LWCHAR step_char(char **pp, signed int dir, constant char *limit);
|
H A D | search.c |
|