Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/less/
HDinput.c203 new_pos = ch_tell(); in forw_line_seg()
219 backchars = pappend((char) c, ch_tell()-1); in forw_line_seg()
230 edisp_pos = ch_tell() - backchars; in forw_line_seg()
235 new_pos = ch_tell(); in forw_line_seg()
242 new_pos = ch_tell() - backchars; in forw_line_seg()
254 new_pos = ch_tell(); in forw_line_seg()
260 new_pos = ch_tell(); in forw_line_seg()
262 new_pos = ch_tell() - backchars; in forw_line_seg()
280 wrap_pos = ch_tell(); in forw_line_seg()
295 pappend_b(' ', ch_tell()-1, TRUE); in forw_line_seg()
[all …]
HDjump.c38 end_pos = ch_tell(); in jump_forw()
79 end = ch_tell(); in jump_forw_buffered()
106 jump_loc(ch_tell(), jump_sline); in jump_back()
180 pos = ch_tell(); in jump_line_loc()
HDposition.c272 while (ch_tell() != ch_zero()) in beginning_of_line()
281 return ch_tell(); in beginning_of_line()
HDbrac.c94 jump_line_loc(ch_tell(), forwdir ? -1 : 1); in match_brac()
HDline.c1338 chpos = ch_tell(); in col_vs_pos()
1503 new_pos = ch_tell(); in forw_raw_line_len()
1514 new_pos = ch_tell() - 1; in forw_raw_line_len()
1521 new_pos = ch_tell(); in forw_raw_line_len()
1564 new_pos = ch_tell() + 1; in back_raw_line()
1588 new_pos = ch_tell() + 1; in back_raw_line()
HDmark.c152 cmark(m, curr_ifile, ch_tell(), sc_height); in getmark()
HDch.c605 public POSITION ch_tell(void) in ch_tell() function
HDfilename.c1106 POSITION curr_pos = ch_tell(); in curr_ifile_changed()
HDfuncs.h56 public POSITION ch_tell(void);