Home
last modified time | relevance | path

Searched refs:lin (Results 1 – 25 of 27) sorted by relevance

12

/dragonfly/contrib/diffutils/src/
H A Ddiff.h107 XTERN lin context;
114 XTERN lin horizon_lines;
288 lin prefix_lines;
296 lin *equivs;
300 lin *undiscarded;
304 lin *realindexes;
322 lin equiv_max;
385 extern lin translate_line_number (struct file_data const *, lin);
389 extern enum changes analyze_hunk (struct change *, lin *, lin *, lin *, lin *);
404 extern void print_number_range (char, struct file_data *, lin, lin);
[all …]
H A Danalyze.c28 #define ELEMENT lin
30 #define OFFSET lin
53 lin i; in discard_confusing_lines()
56 lin *p; in discard_confusing_lines()
104 lin nmatch; in discard_confusing_lines()
133 lin length; in discard_confusing_lines()
232 lin j = 0; in discard_confusing_lines()
268 lin i = 0; in shift_boundaries()
269 lin j = 0; in shift_boundaries()
364 add_change (lin line0, lin line1, lin deleted, lin inserted, in add_change()
[all …]
H A Difdef.c36 struct file_data const *, lin,
39 static lin groups_letter_value (struct group const *, char);
40 static void format_ifdef (char const *, lin, lin, lin, lin);
44 static lin next_line0;
45 static lin next_line1;
71 lin first0, last0, first1, last1; in print_ifdef_hunk()
99 format_ifdef (char const *format, lin beg0, lin end0, lin beg1, lin end1) in format_ifdef()
211 static lin
242 lin from = group->from, upto = group->upto; in print_ifdef_lines()
306 struct file_data const *file, lin n, in do_printf_spec()
[all …]
H A Dcontext.c33 static lin find_function_last_search;
36 static lin find_function_last_match;
128 print_context_number_range (struct file_data const *file, lin a, lin b) in print_context_number_range()
173 lin first0, last0, first1, last1, i; in pr_context_hunk()
297 print_unidiff_number_range (struct file_data const *file, lin a, lin b) in print_unidiff_number_range()
322 lin first0, last0, first1, last1; in pr_unidiff_hunk()
323 lin i, j, k; in pr_unidiff_hunk()
440 lin top0, top1; in find_hunk()
441 lin thresh; in find_hunk()
446 lin ignorable_threshold = context; in find_hunk()
[all …]
H A Ddiff3.c179 static struct diff3_block *create_diff3_block (lin, lin, lin, lin, lin, lin);
759 lin i; in using_to_diff3_block()
819 lin linec; in using_to_diff3_block()
904 create_diff3_block (lin low0, lin high0, in create_diff3_block()
905 lin low1, lin high1, in create_diff3_block()
906 lin low2, lin high2) in create_diff3_block()
969 lin nl) in compare_line_list()
995 lin i; in process_diff()
1394 lin line; in output_diff3()
1477 lin i; in dotlines()
[all …]
H A Dio.c51 static lin *buckets;
62 static lin equivs_index;
65 static lin equivs_alloc;
223 lin i, *bucket; in find_and_hash_each_line()
229 lin line = 0; in find_and_hash_each_line()
233 lin eqs_index = equivs_index; in find_and_hash_each_line()
234 lin eqs_alloc = equivs_alloc; in find_and_hash_each_line()
518 static lin
536 lin i, lines; in find_identical_ends()
538 lin alloc_lines0, alloc_lines1; in find_identical_ends()
[all …]
H A Dside.c27 static void print_sdiff_common_lines (lin, lin);
31 static lin next0, next1;
255 print_sdiff_common_lines (lin limit0, lin limit1) in print_sdiff_common_lines()
257 lin i0 = next0, i1 = next1; in print_sdiff_common_lines()
291 lin first0, last0, first1, last1; in print_sdiff_hunk()
292 register lin i, j; in print_sdiff_hunk()
H A Ded.c40 lin f0, l0, f1, l1; in print_ed_hunk()
62 lin i; in print_ed_hunk()
104 lin i, f0, l0, f1, l1; in pr_forward_ed_hunk()
146 lin i, f0, l0, f1, l1; in print_rcs_hunk()
H A Dsdiff.c61 …c bool edit (struct line_filter *, char const *, lin, lin, struct line_filter *, char const *, lin
376 lf_copy (struct line_filter *lf, lin lines, FILE *outfile) in lf_copy()
402 lf_skip (struct line_filter *lf, lin lines) in lf_skip()
860 edit (struct line_filter *left, char const *lname, lin lline, lin llen, in edit()
861 struct line_filter *right, char const *rname, lin rline, lin rlen, in edit()
1081 lin lline = 1, rline = 1; in interact()
1099 lin llen, rlen, lenmax; in interact()
H A Dutil.c1396 lin _GL_ATTRIBUTE_PURE
1397 translate_line_number (struct file_data const *file, lin i) in translate_line_number()
1408 lin a, lin b, in translate_range()
1422 print_number_range (char sepchar, struct file_data *file, lin a, lin b) in print_number_range()
1451 lin *first0, lin *last0, in analyze_hunk()
1452 lin *first1, lin *last1) in analyze_hunk()
1455 lin l0, l1; in analyze_hunk()
1456 lin show_from, show_to; in analyze_hunk()
1457 lin i; in analyze_hunk()
H A Dsystem.h133 typedef ptrdiff_t lin; typedef
152 verify (TYPE_SIGNED (lin));
154 verify (LIN_MAX == TYPE_MAXIMUM (lin));
H A Dnormal.c41 lin first0, last0, first1, last1; in print_normal_hunk()
42 register lin i; in print_normal_hunk()
H A Ddiff.c278 lin ocontext = -1; in main()
/dragonfly/lib/libvgl/
H A Dtext.c76 int lin, bit; in VGLBitmapPutChar() local
78 for(lin = 0; lin < VGLTextFont->Height; lin++) { in VGLBitmapPutChar()
83 VGLSetXY(Object, (x+7-bit), (y+lin), fgcol); in VGLBitmapPutChar()
86 VGLSetXY(Object, (x+lin), (y-7+bit), fgcol); in VGLBitmapPutChar()
89 VGLSetXY(Object, (x-7+bit), (y-lin), fgcol); in VGLBitmapPutChar()
92 VGLSetXY(Object, (x-lin), (y+7-bit), fgcol); in VGLBitmapPutChar()
95 VGLSetXY(Object, (x+lin+7-bit), (y+lin+bit), fgcol); in VGLBitmapPutChar()
101 VGLSetXY(Object, (x+7-bit), (y+lin), bgcol); in VGLBitmapPutChar()
104 VGLSetXY(Object, (x+lin), (y-7+bit), bgcol); in VGLBitmapPutChar()
107 VGLSetXY(Object, (x-7+bit), (y-lin), bgcol); in VGLBitmapPutChar()
[all …]
/dragonfly/tools/tools/kerninclude/
H A Dkerninclude.sh173 ' | sort -rn | while read lin incl
176 echo " INCL $lin $incl"
181 sed "${lin}s/.*//" ${src}_ > ${src}
242 sed "${lin}s/.*/#error \"BARF\"/" ${src}_ > ${src}
291 sed "${lin}d" ${src}_ > ${src}
294 echo "BINGO $src $lin $incl $obj $l"
/dragonfly/gnu/usr.bin/diff/diff/
H A Dsystem.h133 typedef ptrdiff_t lin; typedef
152 verify (TYPE_SIGNED (lin));
154 verify (LIN_MAX == TYPE_MAXIMUM (lin));
/dragonfly/usr.sbin/lpr/lpd/
H A Drecvjob.c330 char lin[80]; in read_number() local
335 if (fgets(lin, 80, fp) == NULL) { in read_number()
340 return (atoi(lin)); in read_number()
/dragonfly/sys/netinet/
H A Dtcp_subr.c2351 struct sockaddr_in *fin, *lin; in tcp_drop_sysctl_dispatch() local
2376 lin = (struct sockaddr_in *)&addrs[1]; in tcp_drop_sysctl_dispatch()
2378 fin->sin_port, lin->sin_addr, lin->sin_port, FALSE, NULL); in tcp_drop_sysctl_dispatch()
2411 struct sockaddr_in *fin, *lin; in sysctl_tcp_drop() local
2420 fin = lin = NULL; in sysctl_tcp_drop()
2461 lin = (struct sockaddr_in *)&addrs[1]; in sysctl_tcp_drop()
2463 lin->sin_len != sizeof(struct sockaddr_in)) in sysctl_tcp_drop()
2466 lin->sin_addr.s_addr, lin->sin_port); in sysctl_tcp_drop()
/dragonfly/share/misc/
H A Diso639286 ln lin lin Lingala
/dragonfly/sys/dev/sound/pci/
H A Demu10kx.c2591 int idx, lin; in log2lin() local
2604 lin = log_t % (L2L_POINTS); in log2lin()
2605 lin_t = l2l_df[idx] * lin + l2l_f[idx]; in log2lin()
/dragonfly/games/fortune/datfiles/
H A Dfortunes.sp.ok1833 lin
/dragonfly/contrib/gcc-8.0/gcc/
H A Dgengtype.c164 dbgprint_count_type_at (const char *fil, int lin, const char *msg, type_p t) in dbgprint_count_type_at() argument
208 lbasename (fil), lin, msg, nb_types); in dbgprint_count_type_at()
/dragonfly/contrib/gcc-4.7/gcc/
H A Dgengtype.c164 dbgprint_count_type_at (const char *fil, int lin, const char *msg, type_p t) in dbgprint_count_type_at() argument
204 lbasename (fil), lin, msg, nb_types); in dbgprint_count_type_at()
/dragonfly/contrib/expat/
H A DChanges883 Cătălin Răceanu
/dragonfly/share/dict/
H A Dweb2a11388 chi-lin
26145 gris-de-lin
27594 Han-lin
33354 lin tree

12