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

123

/macosx-10.9.5/bash-92/bash-3.2/tests/misc/
H A Dredir-t2.sh9 read line2
11 echo line read from tty = \"$line2\"
/macosx-10.9.5/tcl-102/tcl_ext/tclx/tclx/tests/
H A Dforfile.test25 puts $outfp line2
34 } 0 {{line1 line2 line3} {line1 line2 line3}}
/macosx-10.9.5/text_cmds-87/comm/
H A Dcomm.c78 wchar_t line1[MAXLINELEN], line2[MAXLINELEN]; local
131 file2done = !fgetws(line2, MAXLINELEN, fp2);
139 show(fp2, argv[1], col2, line2);
150 comp = wcsicoll(line1, line2);
152 comp = wcscoll(line1, line2);
171 (void)printf("%ls%ls", col2, line2);
211 wchar_t *p, line1[MAXLINELEN], line2[MAXLINELEN]; local
216 for (p = line2; *s2; s2++)
219 return (wcscoll(line1, line2));
/macosx-10.9.5/Heimdal-323.92.1/appl/ftp/ftp/
H A Ddomacro.c41 char *cp1, *cp2, line2[200]; local
59 strlcpy(line2, line, sizeof(line2));
136 strlcpy(line, line2, sizeof(line));
/macosx-10.9.5/lukemftp-13.92.1/tnftp/src/
H A Ddomacro.c58 char *cp1, *cp2, line2[FTPBUFLEN]; local
76 (void)strlcpy(line2, line, sizeof(line2));
140 (void)strlcpy(line, line2, sizeof(line));
/macosx-10.9.5/tcl-102/tcl_ext/mk4tcl/metakit/examples/
H A Dmkmemoio.py138 line2 = f.read(len(line))
139 if line != line2:
141 f.seek(len(line2), 1)
145 line2 = f.read()
146 if line != line2:
/macosx-10.9.5/vim-53/runtime/
H A Dscripts.vim161 let s:line2 = getline(2)
201 \ || (s:line1 =~ '^--- ' && s:line2 =~ '^+++ ')
202 \ || (s:line1 =~ '^\* looking for ' && s:line2 =~ '^\* comparing to ')
203 \ || (s:line1 =~ '^\*\*\* ' && s:line2 =~ '^--- ')
204 \ || (s:line1 =~ '^=== ' && ((s:line2 =~ '^=\{66\}' && s:line3 =~ '^--- ' && s:line4 =~ '^+++') || (s:line2 =~ '^--- ' && s:line3 =~ '^+++ ')))
214 \ || s:line2 =~ '^\s*dnl\>'
254 elseif s:line1 =~ '^RCS file:' || s:line2 =~ '^RCS file:'
258 elseif s:line2 =~ '^CVS:' || getline("$") =~ '^CVS: '
279 \ || s:line2
[all...]
/macosx-10.9.5/vim-53/src/
H A Dmark.c976 if (*lp >= line1 && *lp <= line2) \
983 else if (amount_after && *lp > line2) \
991 if (*lp >= line1 && *lp <= line2) \
998 else if (amount_after && *lp > line2) \
1003 * Adjust marks between line1 and line2 (inclusive) to move 'amount' lines.
1006 * When deleting lines line1 to line2, use an 'amount' of MAXLNUM: The marks
1008 * If 'amount_after' is non-zero adjust marks after line2.
1014 mark_adjust(line1, line2, amount, amount_after)
1016 linenr_T line2;
1028 if (line2 < line
[all...]
H A Dex_cmds.c24 static void do_filter __ARGS((linenr_T line1, linenr_T line2, exarg_T *eap, char_u *cmd, int do_in, int do_out));
190 if (u_save((linenr_T)(eap->line1 - 1), (linenr_T)(eap->line2 + 1)) == FAIL)
194 curwin->w_cursor.lnum <= eap->line2; ++curwin->w_cursor.lnum)
241 changed_lines(eap->line1, 0, eap->line2 + 1, 0L);
361 size_t count = (size_t)(eap->line2 - eap->line1 + 1);
378 if (u_save((linenr_T)(eap->line1 - 1), (linenr_T)(eap->line2 + 1)) == FAIL)
456 for (lnum = eap->line1; lnum <= eap->line2; ++lnum)
528 lnum = eap->line2;
553 deleted = (long)(count - (lnum - eap->line2));
555 mark_adjust(eap->line2
914 linenr_T line2 = eap->line2; /* end of range */ local
4265 linenr_T line2; local
[all...]
H A Dex_docmd.c1723 ea.line2 = 1;
1998 ea.line1 = ea.line2;
1999 ea.line2 = curwin->w_cursor.lnum; /* default is current line number */
2010 ea.line2 = curbuf->b_ml.ml_line_count;
2028 ea.line2 = fp->lnum;
2034 ea.line2 = lnum;
2040 curwin->w_cursor.lnum = ea.line2;
2050 ea.line1 = ea.line2;
2085 if (*ea.cmd == '|' || (exmode_active && ea.line1 != ea.line2))
2097 if (ea.line2 > curbu
[all...]
H A Ddiff.c40 static void diff_mark_adjust_tp __ARGS((tabpage_T *tp, int idx, linenr_T line1, linenr_T line2, long amount, long amount_after));
204 diff_mark_adjust(line1, line2, amount, amount_after)
206 linenr_T line2;
218 diff_mark_adjust_tp(tp, idx, line1, line2, amount, amount_after);
230 diff_mark_adjust_tp(tp, idx, line1, line2, amount, amount_after)
234 linenr_T line2;
248 if (line2 == MAXLNUM)
274 if ((dp == NULL || dp->df_lnum[idx] - 1 > line2
275 || (line2 == MAXLNUM && dp->df_lnum[idx] > line1))
310 * line2
[all...]
H A Dfold.c56 static void foldMarkAdjustRecurse __ARGS((garray_T *gap, linenr_T line1, linenr_T line2, long amount, long amount_after));
1520 foldMarkAdjust(wp, line1, line2, amount, amount_after)
1523 linenr_T line2;
1527 /* If deleting marks from line1 to line2, but not deleting all those
1528 * lines, set line2 so that only deleted lines have their folds removed. */
1529 if (amount == MAXLNUM && line2 >= line1 && line2 - line1 >= -amount_after)
1530 line2 = line1 - amount_after - 1;
1533 if ((State & INSERT) && amount == (linenr_T)1 && line2 == MAXLNUM)
1535 foldMarkAdjustRecurse(&wp->w_folds, line1, line2, amoun
[all...]
/macosx-10.9.5/vim-53/runtime/plugin/
H A Dtohtml.vim27 command -range=% TOhtml :call tohtml#Convert2HTML(<line1>, <line2>)
H A DvimballPlugin.vim25 com! -ra -complete=file -na=+ -bang MkVimball call vimball#MkVimball(<line1>,<line2>,<bang>0,<f-args>)
/macosx-10.9.5/vim-53/src/proto/
H A Ddiff.pro6 void diff_mark_adjust __ARGS((linenr_T line1, linenr_T line2, long amount, long amount_after));
H A Dmark.pro19 void mark_adjust __ARGS((linenr_T line1, linenr_T line2, long amount, long amount_after));
H A Dquickfix.pro8 void qf_mark_adjust __ARGS((win_T *wp, linenr_T line1, linenr_T line2, long amount, long amount_after));
H A Dex_cmds.pro6 int do_move __ARGS((linenr_T line1, linenr_T line2, linenr_T dest));
7 void ex_copy __ARGS((linenr_T line1, linenr_T line2, linenr_T n));
H A Dfold.pro36 void foldMarkAdjust __ARGS((win_T *wp, linenr_T line1, linenr_T line2, long amount, long amount_after));
/macosx-10.9.5/text_cmds-87/uniq/
H A Duniq.c284 wchar_t *p, line1[MAXLINELEN], line2[MAXLINELEN]; local
289 for (p = line2; *s2; s2++)
292 return (wcscoll(line1, line2));
/macosx-10.9.5/CPANInternal-140/Log-Log4perl-1.40/t/
H A D024WarnDieCarp.t358 my $line2;
360 $line2 = __LINE__ + 1;
364 like $app3->buffer(), qr/-$line2: cluck!/, "logcluck()";
/macosx-10.9.5/ksh-20/ksh/src/cmd/ksh93/tests/
H A Dio.sh371 print line2
377 read -t2 -n 1000 line2
383 [[ $line2 == line2 ]] || err_exit "line2 should be line2"
/macosx-10.9.5/mail_cmds-29/mail/
H A Daux.c178 char line2[LINESIZE]; local
207 if ((c = readline(f, line2, LINESIZE)) < 0)
210 for (cp2 = line2; *cp2 == ' ' || *cp2 == '\t'; cp2++)
212 c -= cp2 - line2;
/macosx-10.9.5/vim-53/runtime/indent/
H A Dawk.vim153 let line2 = substitute( a:line, a:b_open, "", "g" )
154 let openb = strlen( a:line ) - strlen( line2 )
155 let line3 = substitute( line2, a:b_close, "", "g" )
156 let closeb = strlen( line2 ) - strlen( line3 )
/macosx-10.9.5/tcl-102/tk84/tk/generic/
H A DtkTextIndex.c623 int line1, line2;
635 line2 = TkBTreeLineIndex(index2Ptr->linePtr);
636 if (line1 < line2) {
639 if (line1 > line2) {
616 int line1, line2; local

Completed in 327 milliseconds

123