Home
last modified time | relevance | path

Searched refs:ch_forw_get (Results 1 – 9 of 9) sorted by relevance

/freebsd-head/contrib/less/
HDinput.c135 (void) ch_forw_get(); in forw_line_seg()
150 c = ch_forw_get(); in forw_line_seg()
166 c = ch_forw_get(); /* {{ what if c == EOI? }} */ in forw_line_seg()
181 c = ch_forw_get(); in forw_line_seg()
233 c = ch_forw_get(); in forw_line_seg()
255 c = ch_forw_get(); /* {{ what if c == EOI? }} */ in forw_line_seg()
258 c = ch_forw_get(); /* {{ what if c == EOI? }} */ in forw_line_seg()
286 c = ch_forw_get(); in forw_line_seg()
321 while ((c = ch_forw_get()) == '\n' || c == '\r') in forw_line_seg()
379 (void) ch_forw_get(); /* Skip the newline */ in back_line()
[all …]
HDbrac.c33 extern int ch_forw_get(), ch_back_get(); in match_brac()
55 if ((c = ch_forw_get()) == '\n' || c == EOI) in match_brac()
77 chget = (forwdir) ? ch_forw_get : ch_back_get; in match_brac()
HDlsystem.c325 c = ch_forw_get(); in pipe_data()
337 c = ch_forw_get(); in pipe_data()
HDch.c395 while (ch_forw_get() != EOI) in end_logfile()
487 if (ch_forw_get() == EOI) in ch_seek()
522 while (ch_forw_get() != EOI) in ch_end_seek()
615 public int ch_forw_get(void) in ch_forw_get() function
HDposition.c277 (void) ch_forw_get(); in beginning_of_line()
HDjump.c179 (void) ch_forw_get(); in jump_line_loc()
HDline.c1339 ich = ch_forw_get(); in col_vs_pos()
1495 (c = ch_forw_get()) == EOI) in forw_raw_line_len()
1524 c = ch_forw_get(); in forw_raw_line_len()
HDedit.c914 while ((c = ch_forw_get()) != EOI) in cat_file()
HDfuncs.h57 public int ch_forw_get(void);