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

/macosx-10.10.1/less-25/less/
H A Dline.c491 LWCHAR ch = step_char(&p, -1, linebuf + lmargin);
500 prev_ch = step_char(&p, -1, linebuf + lmargin);
525 LWCHAR ch = step_char(&p, -1, linebuf);
621 LWCHAR prev_ch = step_char(&p, -1, linebuf);
H A Dcmdbuf.c150 ch = step_char(&ns, +1, endline);
180 step_char(&s, +1, endline);
230 LWCHAR prev_ch = step_char(&p, -1, cmdbuf);
263 LWCHAR ch = step_char(pp, +1, p + strlen(p));
278 LWCHAR ch = step_char(pp, -1, cmdbuf);
905 step_char(&s, +1, endline);
H A Dsearch.c156 ch = step_char(&src, +1, src_end);
222 ch = step_char(&str, +1, str_end);
787 ch = step_char(&line, +1, line_end);
796 ch = step_char(&line, +1, line_end);
H A Dfuncs.h62 public LWCHAR step_char ();
H A Dcharset.c665 step_char(pp, dir, limit) function

Completed in 78 milliseconds