Searched refs:line1 (Results 1 - 16 of 16) sorted by path

/freebsd-11-stable/contrib/diff/src/
H A Danalyze.c693 add_change (lin line0, lin line1, lin deleted, lin inserted,
699 new->line1 = line1;
726 lin line0 = i0, line1 = i1;
733 script = add_change (line0, line1, i0 - line0, i1 - line1, script);
760 lin line0 = i0, line1 = i1;
767 script = add_change (i0, i1, line0 - i0, line1 - i1, script);
689 add_change(lin line0, lin line1, lin deleted, lin inserted, struct change *old) argument
722 lin line0 = i0, line1 = i1; local
756 lin line0 = i0, line1 = i1; local
H A Dcontext.c242 while (next && next->line1 + next->inserted <= i)
248 if (next && next->line1 <= i)
407 top1 = start->line1 + start->inserted;
415 if (start && start->line0 - top0 != start->line1 - top1)
H A Ddiff.h226 lin line1; /* Line number of 1st inserted line. */
224 lin line1; /* Line number of 1st inserted line. */ member in struct:change
H A Dutil.c683 *first1 = hunk->line1;
689 l1 = next->line1 + next->inserted - 1;
708 for (i = next->line1; i <= l1 && trivial; i++)
778 long int line1 = sp->line1;
782 line0, line1, deleted, inserted);
767 long int line1 = sp->line1; local
/freebsd-11-stable/contrib/ee/
H A Dnew_curse.h243 extern int Comp_line P_((struct _line *line1, struct _line *line2));
/freebsd-11-stable/contrib/gdb/gdb/
H A Dmacrotab.c199 compare_locations (struct macro_source_file *file1, int line1,
238 line1 = file1->included_at_line;
255 line1 = file1->included_at_line;
274 if (line1 == line2)
290 return line1 - line2;
196 compare_locations(struct macro_source_file *file1, int line1, struct macro_source_file *file2, int line2) argument
/freebsd-11-stable/contrib/netbsd-tests/bin/sh/
H A Dt_redir.sh215 while read line1 <File
218 echo "$line1":"$line2"
/freebsd-11-stable/contrib/subversion/subversion/svn/
H A Dfile-merge.c621 const char *line1; local
635 line1 = prepare_line_for_display(line_utf8->data, iterpool);
638 line1 = prepare_line_for_display("", iterpool);
653 prompt_line = apr_psprintf(iterpool, "%s|%s\n", line1, line2);
/freebsd-11-stable/gnu/usr.bin/rcs/lib/
H A Drcsbase.h652 line1, /* number of first line */ member in struct:diffcmd
654 adprev, /* previous 'a' line1+1 or 'd' line1 */
655 dafter; /* sum of previous 'd' line1 and previous 'd' nlines */
H A Drcsedit.c766 if (line_lim <= dc.line1)
771 copylines(dc.line1-1, delta);
789 copylines(dc.line1, delta);
H A Drcssyn.c545 * Store the command's line number and length into dc->line1 and dc->nlines.
554 long line1, nlines, t; local
590 line1 = 0;
593 LONG_MAX/10 < line1 ||
594 (t = line1 * 10, (line1 = t + (c - '0')) < t)
615 if (line1+nlines < line1)
619 if (line1 < dc->adprev) {
622 dc->adprev = line1
[all...]
/freebsd-11-stable/sbin/dhclient/
H A Dconflex.c59 static char line1[81]; variable
83 cur_line = line1;
96 if (cur_line == line1) {
98 prev_line = line1;
100 cur_line = line1;
107 if (lpos < sizeof(line1)) {
/freebsd-11-stable/usr.bin/comm/
H A Dcomm.c76 char *line1, *line2; local
123 line1 = line2 = NULL;
129 n1 = getline(&line1, &line1len, fp1);
132 if (n1 > 0 && line1[n1 - 1] == '\n')
133 line1[n1 - 1] = '\0';
152 show(fp1, argv[0], col1, &line1, &line1len);
157 if ((tline1 = convert(line1)) != NULL)
160 comp = strcmp(line1, line2);
172 (void)printf("%s%s\n", col3, line1);
181 (void)printf("%s%s\n", col1, line1);
[all...]
/freebsd-11-stable/usr.bin/sdiff/
H A Dsdiff.c1057 char *line1; local
1060 if (!(line1 = xfgets(file1)))
1066 linep->line = line1;
1121 char *line1; local
1125 if (!(line1 = xfgets(file1)))
1127 enqueue(line1, '<', NULL);
/freebsd-11-stable/usr.bin/sed/tests/
H A Dmulti_test.sh384 echo line1 > lines3
/freebsd-11-stable/usr.sbin/edquota/
H A Dedquota.c543 char *fsp, line1[BUFSIZ], line2[BUFSIZ]; local
553 (void) fgets(line1, sizeof (line1), fd);
554 while (fgets(line1, sizeof (line1), fd) != NULL &&
556 if ((fsp = strtok(line1, " \t:")) == NULL) {
557 warnx("%s: bad format", line1);
721 char *fsp, bunits[10], iunits[10], line1[BUFSIZ]; local
731 (void) fgets(line1, sizeof (line1), f
[all...]

Completed in 277 milliseconds