Searched refs:line1 (Results 51 - 62 of 62) sorted by relevance

123

/macosx-10.10.1/vim-55/src/
H A Dops.c4340 char_u *line1; local
4379 line1 = vim_strsave(ml_get(lnum));
4380 if (line1 != NULL)
4382 for (idx1 = 0; vim_iswhite(line1[idx1]); ++idx1)
4389 if (line1[idx1++] != line2[idx2])
4393 while (vim_iswhite(line1[idx1]))
4396 vim_free(line1);
H A Dmenu.c2257 if ((curbuf->b_visual.vi_start.lnum == eap->line1)
2270 curwin->w_cursor.lnum = eap->line1;
H A Dbuffer.c5493 sign_mark_adjust(line1, line2, amount, amount_after)
5494 linenr_T line1;
5503 if (sign->lnum >= line1 && sign->lnum <= line2)
5506 sign->lnum = line1;
H A Dif_python3.c611 RangeStart = eap->line1;
H A Dhardcopy.c654 for (lnum = eap->line1; lnum <= eap->line2; lnum++)
695 page_prtpos.file_line = eap->line1;
H A Dspell.c5065 static char line1[PRINTLINESIZE]; variable
5087 PRINTSOME(line1, depth, "(%d)", node->wn_nr, 0);
5090 msg(line1);
5101 PRINTSOME(line1, depth, " %c -> ", node->wn_byte, 0);
5104 PRINTSOME(line1, depth, " %c ???", node->wn_byte, 0);
5107 PRINTSOME(line1, depth, " $ ", 0, 0);
5118 msg(line1);
5131 STRCPY(line1, line3);
H A Dex_cmds.h1163 linenr_T line1; /* the first line number */ member in struct:exarg
H A Dif_mzsch.c1130 range_start = eap->line1;
H A Deval.c3382 lnum = eap->line1;
3392 eap->line1, eap->line2, &doesrange,
/macosx-10.10.1/vim-55/runtime/autoload/
H A Dnetrw.vim1414 let line1 = 1
1424 let line1= curline + 1
1438 " call Decho("calling NetReadFixup(method<".a:method."> line1=".line1." line2=".line2.")")
1439 call NetReadFixup(a:method, line1, line2)
1441 " call Decho("NetReadFixup() not called, doesn't exist (line1=".line1." line2=".line2.")")
1683 fun! NetReadFixup(method, line1, line2)
1684 " call Dfunc("NetReadFixup(method<".a:method."> line1=".a:line1
[all...]
/macosx-10.10.1/emacs-93/emacs/lisp/textmodes/
H A Dartist.el2640 (line1 (artist-draw-sline x1 y1 x2 y1))
2648 (list line1 line2 line3 line4))))
2708 (line1 (artist-draw-sline new-x1 new-y1 new-x2 new-y1))
2714 (list line1 line2 line3 line4))))
/macosx-10.10.1/emacs-93/emacs/lisp/
H A Dpcvs.el775 (let ((line1 (match-string 0 docstring))
785 ,(concat line1 "\nWrapper function that switches to a *cvs* buffer

Completed in 417 milliseconds

123