Home
last modified time | relevance | path

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

/src/contrib/less/
H A Dinput.c214 new_pos = ch_tell(); in forw_line_seg()
230 backchars = pappend((char) c, ch_tell()-1); in forw_line_seg()
241 edisp_pos = ch_tell() - backchars; in forw_line_seg()
246 new_pos = ch_tell(); in forw_line_seg()
253 new_pos = ch_tell() - backchars; in forw_line_seg()
265 new_pos = ch_tell(); in forw_line_seg()
271 new_pos = ch_tell(); in forw_line_seg()
273 new_pos = ch_tell() - backchars; in forw_line_seg()
291 wrap_pos = ch_tell(); in forw_line_seg()
306 pappend_b(' ', ch_tell()-1, TRUE); in forw_line_seg()
[all …]
H A Djump.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()
H A Dposition.c279 while (ch_tell() != ch_zero()) in beginning_of_line()
288 return ch_tell(); in beginning_of_line()
H A Dbrac.c94 jump_line_loc(ch_tell(), forwdir ? -1 : 1); in match_brac()
H A Dline.c1547 chpos = ch_tell(); in col_vs_pos()
1725 new_pos = ch_tell(); in forw_raw_line_len()
1736 new_pos = ch_tell() - 1; in forw_raw_line_len()
1743 new_pos = ch_tell(); in forw_raw_line_len()
1787 new_pos = ch_tell() + 1; in back_raw_line()
1811 new_pos = ch_tell() + 1; in back_raw_line()
H A Dmark.c184 cmark(m, curr_ifile, ch_tell(), sc_height); in getmark()
H A Dch.c638 public POSITION ch_tell(void) in ch_tell() function
H A Dfilename.c1108 POSITION curr_pos = ch_tell(); in curr_ifile_changed()
H A Dfuncs.h63 public POSITION ch_tell(void);