Searched refs:ch_forw_get (Results 1 - 8 of 8) sorted by relevance

/freebsd-10.0-release/contrib/less/
H A Dbrac.c38 extern int ch_forw_get(), ch_back_get();
60 if ((c = ch_forw_get()) == '\n' || c == EOI)
82 chget = (forwdir) ? ch_forw_get : ch_back_get;
H A Dinput.c95 (void) ch_forw_get();
115 c = ch_forw_get();
132 c = ch_forw_get();
188 c = ch_forw_get();
200 c = ch_forw_get();
227 while ((c = ch_forw_get()) == '\n' || c == '\r')
279 (void) ch_forw_get(); /* Skip the newline */
280 c = ch_forw_get(); /* First char of "current" line */
302 (void) ch_forw_get();
362 c = ch_forw_get();
[all...]
H A Dlsystem.c335 c = ch_forw_get();
347 c = ch_forw_get();
H A Dch.c402 while (ch_forw_get() != EOI)
496 if (ch_forw_get() == EOI)
532 while (ch_forw_get() != EOI)
604 ch_forw_get() function
H A Djump.c163 (void) ch_forw_get();
H A Dfuncs.h44 public int ch_forw_get ();
H A Dline.c1143 (c = ch_forw_get()) == EOI)
1167 c = ch_forw_get();
H A Dedit.c717 while ((c = ch_forw_get()) != EOI)

Completed in 352 milliseconds