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

/freebsd-9.3-release/contrib/less/
H A Dcvt.c80 ch = step_char(&src, +1, src_end);
H A Dline.c487 LWCHAR ch = step_char(&p, -1, linebuf + lmargin);
496 prev_ch = step_char(&p, -1, linebuf + lmargin);
521 LWCHAR ch = step_char(&p, -1, linebuf);
606 bch = step_char(&p, -1, linebuf);
622 LWCHAR prev_ch = step_char(&p, -1, linebuf);
H A Dcmdbuf.c152 ch = step_char(&ns, +1, endline);
182 step_char(&s, +1, endline);
232 LWCHAR prev_ch = step_char(&p, -1, cmdbuf);
265 LWCHAR ch = step_char(pp, +1, p + strlen(p));
280 LWCHAR ch = step_char(pp, -1, cmdbuf);
942 step_char(&s, +1, endline);
H A Dfilename.c487 LWCHAR c = step_char(&p, +1, pend);
491 c = step_char(&p, +1, pend);
H A Dfuncs.h63 public LWCHAR step_char ();
H A Dsearch.c92 ch = step_char(&str, +1, str_end);
H A Dcharset.c666 step_char(pp, dir, limit) function

Completed in 161 milliseconds