Searched refs:ch_tell (Results 1 - 7 of 7) sorted by relevance

/freebsd-13-stable/contrib/less/
H A Dinput.c162 new_pos = ch_tell();
177 backchars = pappend(c, ch_tell()-1);
197 new_pos = ch_tell();
203 new_pos = ch_tell() - backchars;
215 pappend(' ', ch_tell()-1);
233 int attr = is_hilited_attr(base_pos, ch_tell()-1, 1, NULL);
254 new_pos = ch_tell();
350 base_pos = ch_tell() + 1;
360 base_pos = ch_tell();
408 backchars = pappend(c, ch_tell()
[all...]
H A Dbrac.c95 jump_line_loc(ch_tell(), forwdir ? -1 : 1);
H A Djump.c51 end_pos = ch_tell();
76 end = ch_tell();
105 jump_loc(ch_tell(), jump_sline);
186 pos = ch_tell();
H A Dline.c1311 new_pos = ch_tell();
1322 new_pos = ch_tell() - 1;
1366 new_pos = ch_tell() + 1;
1390 new_pos = ch_tell() + 1;
H A Dmark.c164 cmark(m, curr_ifile, ch_tell(), sc_height);
H A Dch.c325 POSITION curr_pos = ch_tell();
617 ch_tell(VOID_PARAM) function
H A Dfuncs.h48 public POSITION ch_tell LESSPARAMS ((VOID_PARAM));

Completed in 114 milliseconds