Searched refs:ch_forw_get (Results 1 – 9 of 9) sorted by relevance
137 (void) ch_forw_get(); in forw_line_seg()160 c = ch_forw_get(); in forw_line_seg()176 c = ch_forw_get(); /* {{ what if c == EOI? }} */ in forw_line_seg()192 c = ch_forw_get(); in forw_line_seg()244 c = ch_forw_get(); in forw_line_seg()266 c = ch_forw_get(); /* {{ what if c == EOI? }} */ in forw_line_seg()269 c = ch_forw_get(); /* {{ what if c == EOI? }} */ in forw_line_seg()297 c = ch_forw_get(); in forw_line_seg()332 while ((c = ch_forw_get()) == '\n' || c == '\r') in forw_line_seg()390 (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()
410 while (ch_forw_get() != EOI) in end_logfile()506 if (ch_forw_get() == EOI) in ch_seek()541 while (ch_forw_get() != EOI) in ch_end_seek()648 public int ch_forw_get(void) in ch_forw_get() function
284 (void) ch_forw_get(); in beginning_of_line()
179 (void) ch_forw_get(); in jump_line_loc()
1548 ich = ch_forw_get(); in col_vs_pos()1716 (c = ch_forw_get()) == EOI) in forw_raw_line_len()1746 c = ch_forw_get(); in forw_raw_line_len()
917 while ((c = ch_forw_get()) != EOI) in cat_file()
64 public int ch_forw_get(void);