Searched refs:ch_forw_get (Results 1 – 9 of 9) sorted by relevance
135 (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 …]
33 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()
325 c = ch_forw_get(); in pipe_data()337 c = ch_forw_get(); in pipe_data()
395 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
277 (void) ch_forw_get(); in beginning_of_line()
179 (void) ch_forw_get(); in jump_line_loc()
1339 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()
914 while ((c = ch_forw_get()) != EOI) in cat_file()
57 public int ch_forw_get(void);