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

/freebsd-10-stable/contrib/less/
H A Dcvt.c80 ch = step_char(&src, +1, src_end);
H A Dcmdbuf.c153 ch = step_char(&ns, +1, endline);
180 step_char(&s, +1, endline);
215 LWCHAR prev_ch = step_char(&p, -1, cmdbuf);
239 LWCHAR ch = step_char(pp, +1, p + strlen(p));
254 LWCHAR ch = step_char(pp, -1, cmdbuf);
919 step_char(&s, +1, endline);
H A Dline.c526 LWCHAR ch = step_char(&p, -1, linebuf + lmargin);
535 prev_ch = step_char(&p, -1, linebuf + lmargin);
560 LWCHAR ch = step_char(&p, -1, linebuf);
606 c = step_char(pp, +1, limit);
662 bch = step_char(&p, -1, linebuf);
678 LWCHAR prev_ch = step_char(&p, -1, linebuf);
H A Dcharset.c688 step_char(pp, dir, limit) function
H A Dfilename.c488 LWCHAR c = step_char(&p, +1, edata);
H A Dfuncs.h66 public LWCHAR step_char LESSPARAMS ((char **pp, signed int dir, constant char *limit));
H A Dsearch.c131 ch = step_char(&str, +1, str_end);

Completed in 213 milliseconds