Searched refs:tpos (Results 1 - 9 of 9) sorted by relevance

/macosx-10.10.1/less-25/less/
H A Dlsystem.c253 POSITION mpos, tpos, bpos; local
257 * tpos = top of screen.
263 tpos = position(TOP);
264 if (tpos == NULL_POSITION)
265 tpos = ch_zero();
269 return (pipe_data(cmd, tpos, bpos));
270 else if (mpos <= tpos)
273 return (pipe_data(cmd, tpos, bpos));
275 return (pipe_data(cmd, tpos, mpos));
H A Djump.c179 POSITION tpos; local
217 tpos = position(TOP);
219 if (tpos == NULL_POSITION || pos >= tpos)
278 if (pos >= tpos)
285 back(nline+1, tpos, 1, 0);
H A Dscreen.c1885 struct rccoord tpos = _gettextposition();
1886 row = tpos.row;
2127 struct rccoord tpos;
2133 tpos = _gettextposition();
2140 _settextwindow(tpos.row, tpos.col, tpos.row, sc_width);
2146 _settextposition(tpos.row, tpos.col);
2334 struct rccoord tpos;
[all...]
/macosx-10.10.1/vim-55/src/
H A Dedit.c6405 pos_T tpos = curwin->w_cursor; local
6408 if (curwin->w_cursor.col != tpos.col)
6409 start_arrow(&tpos);
6496 pos_T tpos = curwin->w_cursor; local
6507 curwin->w_cursor = tpos;
6520 && curwin->w_cursor.lnum == tpos.lnum
6521 && curwin->w_cursor.col == tpos.col)
6522 curwin->w_cursor.coladd = tpos.coladd;
6539 pos_T tpos = curwin->w_cursor; local
6553 if (curwin->w_cursor.lnum != tpos
8792 pos_T tpos; local
8840 pos_T tpos; local
8960 pos_T tpos; local
8976 pos_T tpos; local
8993 pos_T tpos; local
9036 pos_T tpos; local
9058 pos_T tpos; local
9165 pos_T tpos; local
9195 pos_T tpos; local
9228 pos_T tpos; local
9258 pos_T tpos; local
[all...]
H A Dmenu.c2248 pos_T tpos; local
2262 tpos = curbuf->b_visual.vi_end;
2272 tpos.lnum = eap->line2;
2273 tpos.col = MAXCOL;
2275 tpos.coladd = 0;
2284 curwin->w_cursor = tpos;
H A Dsearch.c2547 pos_T pos, tpos; local
2627 tpos = pos;
2629 if ((c = inc(&tpos)) == -1)
2631 while (vim_strchr((char_u *)")]\"'", c = gchar_pos(&tpos))
2634 || (cpo_J && (c == ' ' && inc(&tpos) >= 0
2635 && gchar_pos(&tpos) == ' ')))
2637 pos = tpos;
H A Dnormal.c7749 pos_T tpos; local
7798 /* set w_cursor to the start of the Visual area, tpos to the end */
7811 tpos = curbuf->b_visual.vi_end;
7820 tpos = curbuf->b_visual.vi_end;
7831 curwin->w_cursor = tpos;
/macosx-10.10.1/emacs-93/emacs/lisp/net/
H A Dnewsticker.el4906 (let ((tpos (point)))
4907 (while (setq tpos
4909 (if (eq tpos (point-min))
4912 tpos 'nt-type)
4915 tpos 'nt-type)))
4916 (and (memq (get-text-property tpos 'nt-type) types)
4918 (eq (get-text-property tpos 'nt-age) age))
4919 (throw 'found tpos)))))))))
/macosx-10.10.1/tcl-105/tcl_ext/snack/snack/generic/
H A DjkFormatMP3.c3467 int filepos, i, j, tpos; local
3512 tpos = (int)Tcl_Seek(ch, filepos, SEEK_SET);
3513 if (tpos < 0) {
3517 filepos = tpos;

Completed in 298 milliseconds