Home
last modified time | relevance | path

Searched refs:repetitions (Results 1 – 11 of 11) sorted by relevance

/freebsd-13-stable/contrib/diff/src/
HDio.c280 size_t repetitions = 1; in find_and_hash_each_line() local
290 repetitions = tabsize - column % tabsize; in find_and_hash_each_line()
291 column = (column + repetitions < column in find_and_hash_each_line()
293 : column + repetitions); in find_and_hash_each_line()
308 while (--repetitions != 0); in find_and_hash_each_line()
350 size_t repetitions = 1; in find_and_hash_each_line() local
360 repetitions = tabsize - column % tabsize; in find_and_hash_each_line()
361 column = (column + repetitions < column in find_and_hash_each_line()
363 : column + repetitions); in find_and_hash_each_line()
377 while (--repetitions != 0); in find_and_hash_each_line()
/freebsd-13-stable/contrib/netbsd-tests/lib/libc/regex/data/
HDrepet_ordinary.in1 # ordinary repetitions
HDrepet_multi.in1 # multiple repetitions
HDrepet_bounded.in1 # the dreaded bounded repetitions
/freebsd-13-stable/lib/libc/regex/grot/
HDtests192 # ordinary repetitions
203 # the dreaded bounded repetitions
250 # multiple repetitions
/freebsd-13-stable/contrib/netbsd-tests/lib/libc/regex/data/att/
HDrepetition.dat1 NOTE implicit vs. explicit repetitions : 2009-02-02
/freebsd-13-stable/contrib/subversion/subversion/libsvn_fs_x/
HDindex.c1214 apr_uint64_t repetitions; in expand_rle() local
1215 SVN_ERR(packed_stream_get(&repetitions, stream)); in expand_rle()
1216 if (++repetitions > count) in expand_rle()
1217 repetitions = count; in expand_rle()
1219 for (i = 0; i < repetitions; ++i) in expand_rle()
1222 count -= repetitions; in expand_rle()
/freebsd-13-stable/contrib/file/magic/Magdir/
HDimages515 >>45 ubelong 0 \b, infinite repetitions)
517 >>45 ubelong >1 \b, %d repetitions)
886 # byte code for general RLE repetitions
/freebsd-13-stable/contrib/flex/
HDONEWS871 - Fixed bug in matching repetitions with a lower bound of 0.
/freebsd-13-stable/contrib/tcsh/
HDFixes954 55. Fix histdup=erase, where after some repetitions, we would get negative
/freebsd-13-stable/contrib/ncurses/misc/
HDterminfo.src572 # <vpa>/<hpa> capabilities, forcing curses to use repetitions of <cuu1>,