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

/freebsd-11-stable/contrib/less/
H A Dcvt.c81 ch = step_char(&src, +1, src_end);
H A Dcmdbuf.c156 ch = step_char(&ns, +1, endline);
183 step_char(&s, +1, endline);
218 LWCHAR prev_ch = step_char(&p, -1, cmdbuf);
242 LWCHAR ch = step_char(pp, +1, p + strlen(p));
257 LWCHAR ch = step_char(pp, -1, cmdbuf);
965 step_char(&s, +1, endline);
H A Dline.c522 ch = step_char(&p, -1, linebuf.buf);
529 prev_ch = step_char(&p, -1, linebuf.buf);
578 c = step_char(pp, +1, limit);
700 LWCHAR prev_ch = (linebuf.end > 0) ? step_char(&p, -1, linebuf.buf) : 0;
971 bch = step_char(&p, -1, start);
H A Dcharset.c688 step_char(pp, dir, limit) function
H A Dfilename.c488 LWCHAR c = step_char(&p, +1, edata);
H A Dfuncs.h70 public LWCHAR step_char LESSPARAMS ((char **pp, signed int dir, constant char *limit));
H A Dsearch.c137 ch = step_char(&str, +1, str_end);

Completed in 182 milliseconds