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

/freebsd-10.0-release/contrib/less/
H A Dinput.c156 new_pos = ch_tell();
171 backchars = pappend(c, ch_tell()-1);
190 new_pos = ch_tell();
195 new_pos = ch_tell() - backchars;
216 if (status_col && is_hilited(base_pos, ch_tell()-1, 1, NULL))
235 new_pos = ch_tell();
323 base_pos = ch_tell() + 1;
333 base_pos = ch_tell();
380 backchars = pappend(c, ch_tell()-1);
H A Dbrac.c95 jump_line_loc(ch_tell(), forwdir ? -1 : 1);
H A Djump.c51 end_pos = ch_tell();
87 jump_loc(ch_tell(), jump_sline);
164 pos = ch_tell();
H A Dmark.c96 m->m_scrpos.pos = ch_tell();
H A Dline.c1151 new_pos = ch_tell();
1162 new_pos = ch_tell() - 1;
1206 new_pos = ch_tell() + 1;
1230 new_pos = ch_tell() + 1;
H A Dfuncs.h43 public POSITION ch_tell ();
H A Dch.c593 ch_tell() function

Completed in 109 milliseconds