Home
last modified time | relevance | path

Searched refs:prefix_count (Results 1 – 2 of 2) sorted by relevance

/netbsd/src/external/gpl2/xcvs/dist/diff/
Dio.c423 int buffered_prefix, prefix_count, prefix_mask; local
552 for (prefix_count = 1; prefix_count < context + 1; prefix_count *= 2)
554 prefix_mask = prefix_count - 1;
556 = prefix_count
562 prefix_count = 0;
588 buffered_prefix = prefix_count && context < lines ? context : lines;
591 tem = prefix_count ? filevec[1].suffix_begin - buffer1 : n1;
/netbsd/src/external/gpl2/xcvs/dist/lib/
Dvasnprintf.c279 unsigned int prefix_count; in VASNPRINTF() local
571 prefix_count = 0; in VASNPRINTF()
576 prefixes[prefix_count++] = a.arg[dp->width_arg_index].a.a_int; in VASNPRINTF()
582 prefixes[prefix_count++] = a.arg[dp->precision_arg_index].a.a_int; in VASNPRINTF()
602 switch (prefix_count) \ in VASNPRINTF()
621 switch (prefix_count) \ in VASNPRINTF()