Searched refs:coladd (Results 1 - 25 of 25) sorted by relevance

/macosx-10.9.5/vim-53/src/
H A Dmacros.h26 : (a).coladd < (b).coladd)
31 : (a)->coladd < (b)->coladd)
32 # define equalpos(a, b) (((a).lnum == (b).lnum) && ((a).col == (b).col) && ((a).coladd == (b).coladd))
33 # define clearpos(a) {(a)->lnum = 0; (a)->col = 0; (a)->coladd = 0;}
H A Dops.c1774 curwin->w_cursor.coladd = 0;
1856 endcol = getviscol2(oap->end.col, oap->end.coladd);
1857 coladvance_force(getviscol2(oap->start.col, oap->start.coladd));
1863 oap->end.coladd = curwin->w_cursor.coladd;
1870 && (int)oap->end.coladd < oap->inclusive)
1877 coladvance_force(getviscol2(oap->end.col, oap->end.coladd));
1910 if (oap->end.coladd != 0
1912 && !(oap->start.coladd && (int)oap->end.col >= len - 1))
1915 if (n == 0 && oap->start.coladd !
[all...]
H A Dmisc2.c53 * Get the screen position of character col with a coladd in the cursor line.
56 getviscol2(col, coladd)
58 colnr_T coladd;
65 pos.coladd = coladd;
98 * beginning at coladd 0.
306 pos->coladd = 0;
312 /* The width of the last character is used to set coladd. */
318 pos->coladd = ecol - scol;
325 /* The difference between wcol and col is used to set coladd
[all...]
H A Dcharset.c1411 colnr_T coladd; local
1422 coladd = pos->coladd;
1434 if (coladd > endadd) /* past end of line */
1437 coladd = 0;
1441 col += coladd;
H A Dnormal.c1774 oap->end.coladd = 0;
1836 && !(virtual_op && oap->start.coladd != oap->end.coladd)
3297 curwin->w_cursor.coladd = 0;
5952 curwin->w_cursor.coladd = 0;
6294 curwin->w_cursor.coladd = 0;
6338 curwin->w_cursor.coladd = ecol - scol;
6341 curwin->w_cursor.coladd = 0;
6374 curwin->w_cursor.coladd = 0; /* TODO: don't do this for an error. */
6731 curwin->w_cursor.coladd
[all...]
H A Dundo.c512 if (virtual_active() && curwin->w_cursor.coladd > 0)
1216 put_bytes(fp, (long_u)pos.coladd, 4);
1237 pos->coladd = get4c(fp);
1238 if (pos->coladd < 0)
1239 pos->coladd = 0;
2603 curwin->w_cursor.coladd = 0;
2617 curwin->w_cursor.coladd = 0;
H A Dedit.c6518 * the "coladd". */
6522 curwin->w_cursor.coladd = tpos.coladd;
6569 VIsual.coladd = 0;
6694 curwin->w_cursor.coladd = 0;
6741 || prevpos.coladd != curwin->w_cursor.coladd) ? OK : FAIL;
6802 if (curwin->w_cursor.coladd == 1)
6815 curwin->w_cursor.coladd = 0;
8071 || curwin->w_cursor.coladd >
[all...]
H A Dmark.c403 pos_copy.coladd = 0;
646 buf->b_last_cursor.coladd = 0;
1413 fm->fmark.mark.coladd = 0;
1745 pos.coladd = 0;
H A Dmove.c466 || wp->w_cursor.coladd != wp->w_valid_cursor.coladd
474 wp->w_valid_cursor.coladd = wp->w_cursor.coladd;
H A Dsearch.c905 pos->coladd = 0;
2885 curwin->w_cursor.coladd = 0;
2955 curwin->w_cursor.coladd = 0;
3024 curwin->w_cursor.coladd = 0;
3094 curwin->w_cursor.coladd = 0;
H A Dmisc1.c442 pos.coladd = 0;
1450 curwin->w_cursor.coladd = 0;
1526 curwin->w_cursor.coladd = 0;
1942 if (virtual_active() && curwin->w_cursor.coladd > 0)
2117 if (virtual_active() && curwin->w_cursor.coladd > 0)
2260 curwin->w_cursor.coladd = 0;
H A Dif_py_both.h569 this->win->w_cursor.coladd = 0;
H A Dmbyte.c3448 curwin->w_cursor.coladd = 0;
3578 || lp->coladd > 1
3585 /* Reset "coladd" when the cursor would be on the right half of a
3587 if (lp->coladd == 1
3591 lp->coladd = 0;
H A Dstructs.h31 colnr_T coladd; member in struct:__anon14299
42 * Same, but without coladd.
H A Dnetbeans.c3765 pos.coladd = 0;
3799 mypos.coladd = 0;
H A Dbuffer.c1413 curwin->w_cursor.coladd = 0;
1939 curwin->w_cursor.coladd = 0;
1969 curwin->w_cursor.coladd = 0;
H A Dmenu.c2275 tpos.coladd = 0;
H A Dscreen.c2955 && bot->coladd == 0
10036 || wp->w_cursor.coladd != wp->w_ru_cursor.coladd
H A Deval.c9159 * because of "coladd" can be seen as an extra column. */
9164 if (curwin->w_cursor.coladd >= (colnr_T)chartabsize(p,
9165 curwin->w_virtcol - curwin->w_cursor.coladd))
9472 long coladd = 0; local
9485 coladd = pos.coladd;
9494 coladd = get_tv_number_chk(&argvars[2], NULL);
9499 || coladd < 0
9508 curwin->w_cursor.coladd = coladd;
[all...]
H A Dui.c3046 mpos->coladd = 0;
H A Dwindow.c3227 wp->w_cursor.coladd = 0;
4133 curwin->w_cursor.coladd = 0;
H A Dmemline.c5324 curwin->w_cursor.coladd = 0;
H A Dex_cmds.c3770 curwin->w_cursor.coladd = 0;
H A Dspell.c2296 found_pos.coladd = 0;
/macosx-10.9.5/vim-53/src/proto/
H A Dmisc2.pro4 int getviscol2 __ARGS((colnr_T col, colnr_T coladd));

Completed in 635 milliseconds