Home
last modified time | relevance | path

Searched refs:step_char (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/external/bsd/less/dist/
H A Dcmdbuf.c154 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 Dline.c531 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 Dcvt.c72 ch = step_char(&src, +1, src_end); in cvt_text()
H A Dcharset.c765 public LWCHAR step_char(char **pp, signed int dir, constant char *limit) in step_char() function
H A Dfilename.c472 LWCHAR c = step_char(&p, +1, edata); in bin_file()
H A Dfuncs.h74 public LWCHAR step_char(char **pp, signed int dir, constant char *limit);
H A Dsearch.c142 ch = step_char(&str, +1, str_end); in is_ucase()