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

123

/macosx-10.10.1/bash-94.1.2/bash-3.2/tests/misc/
H A Dredir-t2.sh1 read line1
3 echo read line 1 \"$line1\"
/macosx-10.10.1/tcl-105/tcl_ext/expect/expect/
H A Dfixline113 set line1 [gets stdin]
14 if {"$line1" == "\#!/bin/sh"} {
16 set header $line1
20 regexp "^#!(.*/)*(.*)" $line1 X X tail
/macosx-10.10.1/vim-55/runtime/
H A Dscripts.vim29 let s:line1 = getline(1)
31 if s:line1 =~ "^#!"
36 if s:line1 =~ '^#!\s*\S*\<env\s'
37 let s:line1 = substitute(s:line1, '\S\+=\S\+', '', 'g')
38 let s:line1 = substitute(s:line1, '\<env\s\+', '', '')
47 if s:line1 =~ '^#!\s*\a:[/\\]'
48 let s:name = substitute(s:line1, '^#!.*[/\\]\(\i\+\).*', '\1', '')
49 elseif s:line1
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/tclx/tclx/tests/
H A Dforfile.test24 puts $outfp line1
34 } 0 {{line1 line2 line3} {line1 line2 line3}}
/macosx-10.10.1/text_cmds-88/comm/
H A Dcomm.c78 wchar_t line1[MAXLINELEN], line2[MAXLINELEN]; local
126 file1done = !fgetws(line1, MAXLINELEN, fp1);
144 show(fp1, argv[0], col1, line1);
150 comp = wcsicoll(line1, line2);
152 comp = wcscoll(line1, line2);
157 (void)printf("%ls%ls", col3, line1);
166 (void)printf("%ls%ls", col1, line1);
211 wchar_t *p, line1[MAXLINELEN], line2[MAXLINELEN]; local
213 for (p = line1; *s1; s1++)
219 return (wcscoll(line1, line
[all...]
/macosx-10.10.1/diskdev_cmds-576/edquota.tproj/
H A Dedquota.c836 char fsp[BUFSIZ], line1[BUFSIZ], line2[BUFSIZ]; local
847 (void) fgets(line1, sizeof (line1), fd);
848 while (fgets(line1, sizeof (line1), fd) != NULL &&
850 cp = strstr(line1, ": 1K blocks in use:");
852 fprintf(stderr, "%s: bad format for line\n", line1);
856 strlcpy(fsp, line1, cp - line1 + 1);
858 cp = line1
1012 char *fsp, bunits[10], iunits[10], line1[BUFSIZ]; local
[all...]
/macosx-10.10.1/vim-55/src/
H A Dmark.c976 if (*lp >= line1 && *lp <= line2) \
991 if (*lp >= line1 && *lp <= line2) \
994 *lp = line1; \
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
1014 mark_adjust(line1, line2, amount, amount_after)
1015 linenr_T line1;
1028 if (line2 < line1 && amount_after == 0L) /* nothing to do */
1066 qf_mark_adjust(NULL, line1, line2, amount, amount_after);
1069 qf_mark_adjust(win, line1, 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)
193 for (curwin->w_cursor.lnum = eap->line1;
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)
495 &nrs[lnum - eap->line1].start_col_nr, NULL);
501 nrs[lnum - eap->line1].start_col_nr = start_col;
502 nrs[lnum - eap->line1]
913 linenr_T line1 = eap->line1; /* start of range */ local
[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)
205 linenr_T line1;
218 diff_mark_adjust_tp(tp, idx, line1, line2, amount, amount_after);
230 diff_mark_adjust_tp(tp, idx, line1, line2, amount, amount_after)
233 linenr_T line1;
245 linenr_T lnum_deleted = line1; /* lnum of remaining deletion */
275 || (line2 == MAXLNUM && dp->df_lnum[idx] > line1))
277 || dprev->df_lnum[idx] + dprev->df_count[idx] < line1)
284 dnext->df_lnum[idx] = line1;
[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)
1522 linenr_T line1;
1527 /* If deleting marks from line1 to line2, but not deleting all those
1529 if (amount == MAXLNUM && line2 >= line1 && line2 - line1 >= -amount_after)
1530 line2 = line1 - amount_after - 1;
1534 --line1;
1535 foldMarkAdjustRecurse(&wp->w_folds, line1, line2, amount, amount_after);
1540 foldMarkAdjustRecurse(gap, line1, line
[all...]
/macosx-10.10.1/gnudiff-19/diffutils/src/
H A Dutil.c674 *first1 = hunk->line1;
680 l1 = next->line1 + next->inserted - 1;
694 for (i = next->line1; i <= l1 && trivial; i++)
759 long line1 = sp->line1;
763 line0, line1, deleted, inserted);
748 long line1 = sp->line1; local
H A Dcontext.c243 while (next && next->line1 + next->inserted <= i)
249 if (next && next->line1 <= i)
407 top1 = start->line1 + start->inserted;
415 if (start && start->line0 - top0 != start->line1 - top1)
H A Danalyze.c718 add_change (lin line0, lin line1, lin deleted, lin inserted,
724 new->line1 = line1;
751 lin line0 = i0, line1 = i1;
758 script = add_change (line0, line1, i0 - line0, i1 - line1, script);
785 lin line0 = i0, line1 = i1;
792 script = add_change (i0, i1, line0 - i0, line1 - i1, script);
714 add_change(lin line0, lin line1, lin deleted, lin inserted, struct change *old) argument
747 lin line0 = i0, line1 = i1; local
781 lin line0 = i0, line1 = i1; local
H A Ddiff.h223 lin line1; /* Line number of 1st inserted line. */
221 lin line1; /* Line number of 1st inserted line. */ member in struct:change
/macosx-10.10.1/vim-55/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.10.1/vim-55/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.10.1/text_cmds-88/uniq/
H A Duniq.c284 wchar_t *p, line1[MAXLINELEN], line2[MAXLINELEN]; local
286 for (p = line1; *s1; s1++)
292 return (wcscoll(line1, line2));
/macosx-10.10.1/ruby-106/ruby/ext/tk/sample/tkextlib/ICONS/
H A DviewIcons.rb20 line1 = TkFrame.new(base, :height=>2, :borderwidth=>1, :relief=>:sunken)
49 line1.grid(:row=>1, :column=>0, :pady=>2, :columnspan=>3, :sticky=>:ew)
55 line1.grid(:row=>3, :column=>0, :pady=>2, :columnspan=>3, :sticky=>:ew)
/macosx-10.10.1/tcl-105/tk84/tk/generic/
H A DtkTextIndex.c623 int line1, line2;
634 line1 = TkBTreeLineIndex(index1Ptr->linePtr);
636 if (line1 < line2) {
639 if (line1 > line2) {
616 int line1, line2; local
/macosx-10.10.1/CPANInternal-159.1/Log-Log4perl-1.40/t/
H A D024WarnDieCarp.t355 my $line1 = __LINE__ + 1;
365 like $app3->buffer(), qr/main::subroutine\(\) called .* line $line1/,

Completed in 358 milliseconds

123