Home
last modified time | relevance | path

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

/freebsd-10-stable/usr.bin/patch/
Dpatch.c128 static LINENUM maxfuzz = 2; variable
256 if (maxfuzz < mymaxfuzz) in main()
257 mymaxfuzz = maxfuzz; in main()
553 maxfuzz = atoi(optarg); in get_some_switches()