Searched refs:step_char (Results 1 – 7 of 7) sorted by relevance
| /freebsd-14.2/contrib/less/ |
| H A D | cmdbuf.c | 153 ch = step_char(&ns, +1, endline); in cmd_putstr() 179 step_char(&s, +1, endline); in len_cmdbuf() 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() 914 step_char(&s, +1, endline); in cmd_istr()
|
| H A D | line.c | 529 ch = step_char(&p, -1, linebuf.buf); in backc() 536 prev_ch = step_char(&p, -1, linebuf.buf); in backc() 595 c = step_char(pp, +1, limit); in skip_ansi() 747 LWCHAR prev_ch = (linebuf.end > 0) ? step_char(&p, -1, linebuf.buf) : 0; in store_char() 1013 bch = step_char(&p, -1, start); in store_ansi() 1456 LWCHAR ch = step_char(&line, +1, eline); in skip_columns()
|
| H A D | cvt.c | 70 ch = step_char(&src, +1, src_end); in cvt_text()
|
| H A D | charset.c | 763 public LWCHAR step_char(char **pp, signed int dir, constant char *limit) in step_char() function
|
| H A D | filename.c | 470 LWCHAR c = step_char(&p, +1, edata); in bin_file()
|
| H A D | funcs.h | 72 public LWCHAR step_char(char **pp, signed int dir, constant char *limit);
|
| H A D | search.c | 140 ch = step_char(&str, +1, str_end); in is_ucase()
|