| /NextBSD/contrib/diff/src/ |
| HD | diff.h | 93 XTERN lin context; 100 XTERN lin horizon_lines; 221 lin inserted; /* # lines of file 1 changed here. */ 222 lin deleted; /* # lines of file 0 changed here. */ 223 lin line0; /* Line number of 1st deleted line. */ 224 lin line1; /* Line number of 1st inserted line. */ 254 lin linbuf_base, buffered_lines, valid_lines, alloc_lines; 261 lin prefix_lines; 269 lin *equivs; 273 lin *undiscarded; [all …]
|
| HD | analyze.c | 42 static lin *xvec, *yvec; /* Vectors being compared. */ 43 static lin *fdiag; /* Vector, indexed by diagonal, containing 47 static lin *bdiag; /* Vector, indexed by diagonal, containing 51 static lin too_expensive; /* Edit scripts longer than this are too 58 lin xmid, ymid; /* Midpoints of this partition. */ 92 diag (lin xoff, lin xlim, lin yoff, lin ylim, bool find_minimal, in diag() 95 lin *const fd = fdiag; /* Give the compiler a chance. */ in diag() 96 lin *const bd = bdiag; /* Additional help for the compiler. */ in diag() 97 lin const *const xv = xvec; /* Still more help for the compiler. */ in diag() 98 lin const *const yv = yvec; /* And more and more . . . */ in diag() [all …]
|
| HD | ifdef.c | 30 lin from, upto; /* start and limit lines for this group of lines */ 36 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() [all …]
|
| HD | context.c | 34 static char const *find_function (char const * const *, lin); 41 static lin find_function_last_search; 44 static lin find_function_last_match; 118 print_context_number_range (struct file_data const *file, lin a, lin b) in print_context_number_range() 159 lin first0, last0, first1, last1, i; in pr_context_hunk() 264 print_unidiff_number_range (struct file_data const *file, lin a, lin b) in print_unidiff_number_range() 289 lin first0, last0, first1, last1; in pr_unidiff_hunk() 290 lin i, j, k; in pr_unidiff_hunk() 387 lin top0, top1; in find_hunk() 388 lin thresh; in find_hunk() [all …]
|
| HD | diff3.c | 72 lin ranges[2][2]; /* Ranges are inclusive */ 82 lin ranges[3][2]; /* Ranges are inclusive */ 168 static bool compare_line_list (char * const[], size_t const[], char * const[], size_t const[], lin); 169 static bool copy_stringlist (char * const[], size_t const[], char *[], size_t[], lin); 172 static struct diff3_block *create_diff3_block (lin, lin, lin, lin, lin, lin); 554 lin high_water_mark; in make_3way_diff() 689 lin low[2], high[2]; in using_to_diff3_block() 693 lin i; in using_to_diff3_block() 696 lin lowc = D_LOWLINE (using[low_thread], FC); in using_to_diff3_block() 697 lin highc = D_HIGHLINE (last_using[high_thread], FC); in using_to_diff3_block() [all …]
|
| HD | io.c | 45 lin next; /* Next item in this bucket. */ 53 static lin *buckets; 64 static lin equivs_index; 67 static lin equivs_alloc; 222 lin i, *bucket; in find_and_hash_each_line() 227 lin alloc_lines = current->alloc_lines; in find_and_hash_each_line() 228 lin line = 0; in find_and_hash_each_line() 229 lin linbuf_base = current->linbuf_base; in find_and_hash_each_line() 230 lin *cureqs = xmalloc (alloc_lines * sizeof *cureqs); in find_and_hash_each_line() 232 lin eqs_index = equivs_index; in find_and_hash_each_line() [all …]
|
| HD | side.c | 25 static void print_sdiff_common_lines (lin, lin); 29 static lin next0, next1; 201 print_sdiff_common_lines (lin limit0, lin limit1) in print_sdiff_common_lines() 203 lin i0 = next0, i1 = next1; in print_sdiff_common_lines() 237 lin first0, last0, first1, last1; in print_sdiff_hunk() 238 register lin i, j; in print_sdiff_hunk()
|
| HD | util.c | 599 lin 600 translate_line_number (struct file_data const *file, lin i) in translate_line_number() 611 lin a, lin b, in translate_range() 625 print_number_range (char sepchar, struct file_data *file, lin a, lin b) in print_number_range() 654 lin *first0, lin *last0, in analyze_hunk() 655 lin *first1, lin *last1) in analyze_hunk() 658 lin l0, l1; in analyze_hunk() 659 lin show_from, show_to; in analyze_hunk() 660 lin i; in analyze_hunk()
|
| HD | ed.c | 42 lin f0, l0, f1, l1; in print_ed_hunk() 63 lin i; in print_ed_hunk() 95 lin i, f0, l0, f1, l1; in pr_forward_ed_hunk() 137 lin i, f0, l0, f1, l1; in print_rcs_hunk()
|
| HD | sdiff.c | 58 …c bool edit (struct line_filter *, char const *, lin, lin, struct line_filter *, char const *, lin… 379 lf_copy (struct line_filter *lf, lin lines, FILE *outfile) in lf_copy() 405 lf_skip (struct line_filter *lf, lin lines) in lf_skip() 900 edit (struct line_filter *left, char const *lname, lin lline, lin llen, in edit() 901 struct line_filter *right, char const *rname, lin rline, lin rlen, in edit() 1128 lin lline = 1, rline = 1; in interact() 1146 lin llen, rlen, lenmax; in interact()
|
| HD | system.h | 252 typedef ptrdiff_t lin; typedef 254 verify (lin_is_signed, TYPE_SIGNED (lin)); 255 verify (lin_is_wide_enough, sizeof (ptrdiff_t) <= sizeof (lin)); 256 verify (lin_is_printable_as_long_int, sizeof (lin) <= sizeof (long int));
|
| HD | normal.c | 43 lin first0, last0, first1, last1; in print_normal_hunk() 44 register lin i; in print_normal_hunk()
|
| HD | diff.c | 254 lin ocontext = -1; in main()
|
| /NextBSD/lib/libvgl/ |
| HD | text.c | 77 int lin, bit; in VGLBitmapPutChar() local 79 for(lin = 0; lin < VGLTextFont->Height; lin++) { in VGLBitmapPutChar() 81 if (VGLTextFont->BitmapArray[((ch*VGLTextFont->Height)+lin)]&(1<<bit)) in VGLBitmapPutChar() 84 VGLSetXY(Object, (x+7-bit), (y+lin), fgcol); in VGLBitmapPutChar() 87 VGLSetXY(Object, (x+lin), (y-7+bit), fgcol); in VGLBitmapPutChar() 90 VGLSetXY(Object, (x-7+bit), (y-lin), fgcol); in VGLBitmapPutChar() 93 VGLSetXY(Object, (x-lin), (y+7-bit), fgcol); in VGLBitmapPutChar() 96 VGLSetXY(Object, (x+lin+7-bit), (y+lin+bit), fgcol); in VGLBitmapPutChar() 102 VGLSetXY(Object, (x+7-bit), (y+lin), bgcol); in VGLBitmapPutChar() 105 VGLSetXY(Object, (x+lin), (y-7+bit), bgcol); in VGLBitmapPutChar() [all …]
|
| /NextBSD/contrib/gcclibs/libcpp/ |
| HD | errors.c | 45 unsigned int lin; in print_location() local 50 lin = SOURCE_LINE (map, line); in print_location() 58 if (lin == 0) in print_location() 61 fprintf (stderr, "%s:%u:", map->to_file, lin); in print_location() 63 fprintf (stderr, "%s:%u:%u:", map->to_file, lin, col); in print_location()
|
| /NextBSD/tools/tools/kerninclude/ |
| HD | kerninclude.sh | 180 ' | sort -rn | while read lin incl 183 echo " INCL $lin $incl" 188 sed "${lin}s/.*//" ${src}_ > ${src} 249 sed "${lin}s/.*/#error \"BARF\"/" ${src}_ > ${src} 298 sed "${lin}d" ${src}_ > ${src} 301 echo "BINGO $src $lin $incl $obj $l"
|
| /NextBSD/lib/libc/rpc/ |
| HD | svc_dg.c | 200 struct sockaddr_in *lin = (struct sockaddr_in *)laddr; in svc_dg_recvfrom() local 203 char tmp[CMSG_LEN(sizeof(*lin))]; in svc_dg_recvfrom() 215 msg.msg_controllen = CMSG_LEN(sizeof(*lin)); in svc_dg_recvfrom() 231 memcpy(&lin->sin_addr, in svc_dg_recvfrom() 238 lin->sin_family = AF_INET; in svc_dg_recvfrom() 239 lin->sin_port = 0; in svc_dg_recvfrom() 243 lin->sin_addr.s_addr = INADDR_ANY; in svc_dg_recvfrom() 305 struct in_addr *lin = &laddr_in->sin_addr; in svc_dg_sendto() local 306 char tmp[CMSG_SPACE(sizeof(*lin))]; in svc_dg_sendto() 318 lin->s_addr != INADDR_ANY) { in svc_dg_sendto() [all …]
|
| /NextBSD/usr.sbin/lpr/lpd/ |
| HD | recvjob.c | 345 char lin[80]; in read_number() local 350 if (fgets(lin, sizeof(lin), fp) == NULL) { in read_number() 355 return (atoi(lin)); in read_number()
|
| /NextBSD/contrib/gdb/gdb/config/s390/ |
| HD | s390.mh | 4 linux-proc.o gcore.o thread-db.o lin-lwp.o proc-service.o linux-nat.o
|
| /NextBSD/contrib/binutils/bfd/ |
| HD | xcofflink.c | 1159 struct internal_lineno lin; in xcoff_link_add_symbols() local 1164 bfd_coff_swap_lineno_in (abfd, (void *) linpstart, (void *) &lin); in xcoff_link_add_symbols() 1165 if (lin.l_lnno == 0 in xcoff_link_add_symbols() 1166 && ((bfd_size_type) lin.l_addr.l_symndx in xcoff_link_add_symbols() 1180 (void *) &lin); in xcoff_link_add_symbols() 1181 if (lin.l_lnno == 0) in xcoff_link_add_symbols() 4073 struct internal_lineno lin; in xcoff_link_input_bfd() local 4094 (void *) &lin); in xcoff_link_input_bfd() 4095 if (lin.l_lnno != 0 in xcoff_link_input_bfd() 4096 || ((bfd_size_type) lin.l_addr.l_symndx in xcoff_link_input_bfd() [all …]
|
| /NextBSD/sys/netinet/ |
| HD | tcp_subr.c | 2688 struct sockaddr_in *fin, *lin; in sysctl_drop() local 2695 fin = lin = NULL; in sysctl_drop() 2725 lin = (struct sockaddr_in *)&addrs[1]; in sysctl_drop() 2739 lin = (struct sockaddr_in *)&addrs[1]; in sysctl_drop() 2741 lin->sin_len != sizeof(struct sockaddr_in)) in sysctl_drop() 2760 lin->sin_addr, lin->sin_port, INPLOOKUP_WLOCKPCB, NULL); in sysctl_drop()
|
| /NextBSD/contrib/diff/ |
| HD | ChangeLog | 185 * src/analyze.c (diag): Return void, not lin, since the return 189 (compareseq): Use lin const * local variables instead of lin *. 941 (edit): Cat lin to long before printing with %ld, since lin might 1293 (lin): New type. 1306 int -> lin for line numbers. 1317 (translate_range): Translate line numbers to long, not lin, 1325 int -> lin for line numbers. 1329 int -> lin for line numbers. 1344 int -> lin for line numbers. 1348 int -> lin for line numbers. [all …]
|
| /NextBSD/share/misc/ |
| HD | iso639 | 290 ln lin lin Lingala
|
| /NextBSD/contrib/groff/tmac/ |
| HD | hyphenex.us | 132 col-lin-ea-tion 715 tar-pau-lin
|
| /NextBSD/sys/dev/sound/pci/ |
| HD | emu10kx.c | 2587 int idx, lin; in log2lin() local 2600 lin = log_t % (L2L_POINTS); in log2lin() 2601 lin_t = l2l_df[idx] * lin + l2l_f[idx]; in log2lin()
|