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

/macosx-10.9.5/bash-92/bash-3.2/lib/readline/
H A Dvi_mode.c1658 int save_pos = rl_point;
1673 rl_point = save_pos;
/macosx-10.9.5/nano-11/src/
H A Dsearch.c971 * is TRUE. Save the x-coordinate and y-coordinate if save_pos is TRUE.
975 bool interactive, bool save_pos, bool allow_update)
1034 * If save_pos is TRUE, don't change the cursor position when doing
1036 edit_update(save_pos ? NONE : CENTER);
974 do_gotolinecolumn(ssize_t line, ssize_t column, bool use_answer, bool interactive, bool save_pos, bool allow_update) argument
H A Dproto.h602 bool interactive, bool save_pos, bool allow_update);
/macosx-10.9.5/vim-53/src/
H A Dtag.c153 int save_pos = FALSE; local
276 save_pos = TRUE; /* save the cursor position below */
377 save_pos = TRUE; /* save the cursor position below */
387 save_pos = FALSE;
459 if (save_pos)
H A Dex_getln.c1786 pos_T save_pos = curwin->w_cursor; local
1801 curwin->w_cursor = save_pos;
H A Deval.c15440 pos_T save_pos; local
15505 save_pos = curwin->w_cursor;
15508 curwin->w_cursor = save_pos;
/macosx-10.9.5/emacs-92/emacs/src/
H A Dxdisp.c3924 struct text_pos start_pos, save_pos;
4141 save_pos = it->position;
4144 it->position = save_pos;
4218 save_pos = it->position;
4221 it->position = save_pos;
3912 struct text_pos start_pos, save_pos; local

Completed in 415 milliseconds