Home
last modified time | relevance | path

Searched refs:pos_T (Results 1 – 25 of 71) sorted by relevance

123

/vim-8.2.3635/src/proto/
H A Dmark.pro3 int setmark_pos(int c, pos_T *pos, int fnum);
6 pos_T *movemark(int count);
7 pos_T *movechangelist(int count);
8 pos_T *getmark_buf(buf_T *buf, int c, int changefile);
9 pos_T *getmark(int c, int changefile);
10 pos_T *getmark_buf_fnum(buf_T *buf, int c, int changefile, int *fnum);
11 pos_T *getnextmark(pos_T *startpos, int dir, int begin_line);
13 int check_mark(pos_T *pos);
H A Dmisc2.pro7 int getvpos(pos_T *pos, colnr_T wcol);
9 int inc(pos_T *lp);
10 int incl(pos_T *lp);
12 int dec(pos_T *lp);
13 int decl(pos_T *lp);
15 void check_pos(buf_T *buf, pos_T *pos);
H A Dsearch.pro25 int searchit(win_T *win, buf_T *buf, pos_T *pos, pos_T *end_pos, int dir, char_u *pat, long count, …
28 int search_for_exact_line(buf_T *buf, pos_T *pos, int dir, char_u *pat);
30 pos_T *findmatch(oparg_T *oap, int initc);
31 pos_T *findmatchlimit(oparg_T *oap, int initc, int flags, int maxtravel);
H A Dcharset.pro34 void getvcol(win_T *wp, pos_T *pos, colnr_T *start, colnr_T *cursor, colnr_T *end);
35 colnr_T getvcol_nolist(pos_T *posp);
36 void getvvcol(win_T *wp, pos_T *pos, colnr_T *start, colnr_T *cursor, colnr_T *end);
37 void getvcols(win_T *wp, pos_T *pos1, pos_T *pos2, colnr_T *left, colnr_T *right);
H A Deval.pro60 pos_T *var2fpos(typval_T *varp, int dollar_lnum, int *fnum, int charcol);
61 int list2fpos(typval_T *arg, pos_T *posp, int *fnump, colnr_T *curswantp, int charcol);
H A Dcindent.pro3 pos_T *find_start_comment(int ind_maxcomment);
H A Dops.pro10 int swapchar(int op_type, pos_T *pos);
H A Devalfunc.pro27 …_u *spat, char_u *mpat, char_u *epat, int dir, typval_T *skip, int flags, pos_T *match_pos, linenr…
H A Dedit.pro14 void start_arrow(pos_T *end_insert_pos);
/vim-8.2.3635/src/
H A Dmark.c192 pos_T *
195 pos_T *pos; in movemark()
251 pos_T *
290 pos_T *
296 pos_T *
302 pos_T *
341 pos_T pos; in getmark_buf_fnum()
358 pos_T pos; in getmark_buf_fnum()
442 pos_T *
450 pos_T pos; in getnextmark()
[all …]
H A Dcindent.c145 static pos_T *
151 pos_T *
154 pos_T *pos; in find_start_comment()
187 static pos_T *
190 pos_T *pos; in find_start_rawstring()
226 static pos_T *
638 pos_T *trypos; in cin_islabel()
881 pos_T fp; in get_indent_nolabel()
943 pos_T fp; in cin_first_id_amount()
995 pos_T fp; in cin_get_equal_amount()
[all …]
H A Dtextobject.c28 pos_T pos, tpos; in findsent()
29 pos_T prev_pos; in findsent()
31 int (*func)(pos_T *); in findsent()
686 pos_T start_pos; in current_word()
687 pos_T pos; in current_word()
857 pos_T pos; in current_sent()
1040 pos_T old_pos; in current_block()
1043 pos_T *end_pos; in current_block()
1202 pos_T pos; in in_html_tag()
1273 pos_T old_pos; in current_tagblock()
[all …]
H A Dstructs.h31 } pos_T; typedef
149 pos_T mark; // cursor position
369 pos_T vi_start; // start pos of last VIsual
370 pos_T vi_end; // end position of last VIsual
2765 pos_T b_changelist[JUMPLISTSIZE];
2785 pos_T b_op_start;
2787 pos_T b_op_end;
3720 pos_T w_pcmark; // previous context mark
3721 pos_T w_prev_pcmark; // previous w_pcmark
3817 pos_T start; // start of the operator
[all …]
H A Dsearch.c610 pos_T *pos, in searchit()
628 pos_T start_pos; in searchit()
1682 pos_T *pos, in search_for_exact_line()
1886 pos_T *
1919 find_rawstring_end(char_u *linep, pos_T *startpos, pos_T *endpos) in find_rawstring_end()
2073 pos_T *
2785 pos_T mpos; in showmatch()
2892 pos_T pos; in is_zero_width()
3123 pos_T *pos, in cmdline_search_stat()
3124 pos_T *cursor_pos, in cmdline_search_stat()
[all …]
H A Dnetbeans.c1134 pos_T *pos; in nb_do_cmd()
1135 pos_T *next; in nb_do_cmd()
1335 pos_T *pos; in nb_do_cmd()
1806 pos_T *pos; in nb_do_cmd()
1972 pos_T *pos; in nb_do_cmd()
2047 pos_T first; in nb_do_cmd()
2048 pos_T last; in nb_do_cmd()
2049 pos_T *pos; in nb_do_cmd()
2731 pos_T pos; in netbeans_inserted()
2781 pos_T pos; in netbeans_removed()
[all …]
H A Dedit.c4491 pos_T tpos; in ins_scroll()
4507 pos_T tpos; in ins_horscroll()
4524 pos_T tpos; in ins_left()
4573 pos_T tpos; in ins_home()
4592 pos_T tpos; in ins_end()
4704 pos_T tpos; in ins_up()
4734 pos_T tpos; in ins_pageup()
4765 pos_T tpos; in ins_down()
4795 pos_T tpos; in ins_pagedown()
4937 pos_T pos; in ins_tab()
[all …]
H A Dops.c926 pos_T curpos; in op_delete()
1056 pos_T vpos; in op_replace()
1245 pos_T pos; in op_tilde()
1462 pos_T t1; in op_insert()
1781 pos_T vpos; in op_change()
2337 pos_T pos; in op_addsub()
2370 pos_T startpos; in op_addsub()
2469 pos_T *pos, in do_addsub()
2496 pos_T startpos; in do_addsub()
2497 pos_T endpos; in do_addsub()
[all …]
H A Dmouse.c67 find_start_of_word(pos_T *pos) in find_start_of_word()
91 find_end_of_word(pos_T *pos) in find_end_of_word()
128 get_fpos_of_mouse(pos_T *mpos) in get_fpos_of_mouse()
214 pos_T start_visual; in do_mouse()
221 pos_T save_cursor; in do_mouse()
226 pos_T end_visual; in do_mouse()
567 pos_T m_pos; in do_mouse()
954 pos_T *pos = NULL; in do_mouse()
1029 pos_T tpos; in ins_mouse()
1075 pos_T tpos; in ins_mousescroll()
[all …]
H A Dnormal.c2386 pos_T old_pos; in find_decl()
2387 pos_T par_pos; in find_decl()
2440 pos_T *pos; in find_decl()
4488 pos_T prev_pos; in nv_brackets()
4804 pos_T *pos; in nv_percent()
5285 pos_T startpos; in n_swapchar()
5288 pos_T pos; in n_swapchar()
5519 pos_T *pos; in nv_gomark()
5565 pos_T *pos; in nv_pcmark()
5858 pos_T tpos; in nv_g_cmd()
[all …]
H A Dindent.c338 get_sw_value_pos(buf_T *buf, pos_T *pos) in get_sw_value_pos()
340 pos_T save_cursor = curwin->w_cursor; in get_sw_value_pos()
355 pos_T pos = curwin->w_cursor; in get_sw_value_indent()
821 pos_T pos; in get_number_indent()
1134 pos_T *pos, old_pos; in ins_try_si()
1802 pos_T save_pos; in get_expr_indent()
1896 pos_T *pos, realpos, paren; in get_lisp_indent()
2143 pos_T pos; in f_lispindent()
H A Dmisc2.c17 static int coladvance2(pos_T *pos, int addspaces, int finetune, colnr_T wcol);
77 pos_T pos; in getviscol2()
116 getvpos(pos_T *pos, colnr_T wcol) in getvpos()
123 pos_T *pos, in coladvance2()
335 inc(pos_T *lp) in inc()
371 incl(pos_T *lp) in incl()
393 dec(pos_T *lp) in dec()
439 decl(pos_T *lp) in decl()
503 check_pos(buf_T *buf, pos_T *pos) in check_pos()
H A Dcharset.c1220 pos_T *pos, in getvcol()
1358 getvcol_nolist(pos_T *posp) in getvcol_nolist()
1378 pos_T *pos, in getvvcol()
1429 pos_T *pos1, in getvcols()
1430 pos_T *pos2, in getvcols()
H A Dglobals.h881 EXTERN pos_T VIsual; // start position of active Visual selection
909 EXTERN pos_T where_paste_started;
963 EXTERN pos_T saved_cursor // w_cursor before formatting text.
972 EXTERN pos_T Insstart; // This is where the latest
978 EXTERN pos_T Insstart_orig;
1271 EXTERN pos_T last_cursormoved // for CursorMoved event
H A Dinsexpand.c184 static pos_T compl_startpos;
2272 pos_T pos; in expand_by_function()
2775 ins_compl_get_exp(pos_T *ini) in ins_compl_get_exp()
2777 static pos_T first_match_pos; in ins_compl_get_exp()
2778 static pos_T last_match_pos; in ins_compl_get_exp()
2784 pos_T *pos; in ins_compl_get_exp()
2798 pos_T prev_pos = {0, 0, 0}; in ins_compl_get_exp()
3973 pos_T pos; in ins_complete()
4354 pos_T tpos = curwin->w_cursor; in spell_back_to_badword()
H A Dex_getln.c165 pos_T search_start; // where 'incsearch' starts searching
166 pos_T save_cursor;
170 pos_T match_start;
171 pos_T match_end;
197 set_search_match(pos_T *t) in set_search_match()
229 pos_T save_cursor; in do_incsearch_highlighting()
418 pos_T end_pos; in may_do_incsearch_highlighting()
543 pos_T save_pos = curwin->w_cursor; in may_do_incsearch_highlighting()
604 pos_T t; in may_adjust_incsearch_highlighting()

123