Searched refs:step_char (Results 1 – 7 of 7) sorted by relevance
/netbsd-src/external/bsd/less/dist/ |
H A D | cmdbuf.c | 154 ch = step_char(&ns, +1, endline); in cmd_putstr() 180 step_char(&s, +1, endline); in len_cmdbuf() 209 LWCHAR prev_ch = step_char(&p, -1, cmdbuf); in cmd_step_common() 229 LWCHAR ch = step_char(pp, +1, p + strlen(p)); in cmd_step_right() 240 LWCHAR ch = step_char(pp, -1, cmdbuf); in cmd_step_left() 915 step_char(&s, +1, endline); in cmd_istr()
|
H A D | line.c | 531 ch = step_char(&p, -1, linebuf.buf); in backc() 538 prev_ch = step_char(&p, -1, linebuf.buf); in backc() 597 c = step_char(pp, +1, limit); in skip_ansi() 749 LWCHAR prev_ch = (linebuf.end > 0) ? step_char(&p, -1, linebuf.buf) : 0; in store_char() 1015 bch = step_char(&p, -1, start); in store_ansi() 1458 LWCHAR ch = step_char(&line, +1, eline); in skip_columns()
|
H A D | cvt.c | 72 ch = step_char(&src, +1, src_end); in cvt_text()
|
H A D | charset.c | 765 public LWCHAR step_char(char **pp, signed int dir, constant char *limit) in step_char() function
|
H A D | filename.c | 472 LWCHAR c = step_char(&p, +1, edata); in bin_file()
|
H A D | funcs.h | 74 public LWCHAR step_char(char **pp, signed int dir, constant char *limit);
|
H A D | search.c | 142 ch = step_char(&str, +1, str_end); in is_ucase()
|