Home
last modified time | relevance | path

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

/src/contrib/less/
H A Dinput.c137 (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 …]
H A Dbrac.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()
H A Dlsystem.c325 c = ch_forw_get(); in pipe_data()
337 c = ch_forw_get(); in pipe_data()
H A Dch.c410 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
H A Dposition.c284 (void) ch_forw_get(); in beginning_of_line()
H A Djump.c179 (void) ch_forw_get(); in jump_line_loc()
H A Dline.c1548 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()
H A Dedit.c917 while ((c = ch_forw_get()) != EOI) in cat_file()
H A Dfuncs.h64 public int ch_forw_get(void);