Searched refs:fuzz (Results 1 - 5 of 5) sorted by relevance

/macosx-10.9.5/patch_cmds-17/patch/
H A Dpatch.c149 LINENUM where = 0, newwhere, fuzz, mymaxfuzz; local
245 fuzz = 0;
251 where = locate_hunk(fuzz);
255 if (fuzz == 0)
261 where = locate_hunk(fuzz);
297 ++fuzz <= mymaxfuzz);
322 if (fuzz != 0)
323 say(" with fuzz %ld", fuzz);
458 {"fuzz", required_argumen
630 locate_hunk(LINENUM fuzz) argument
996 patch_match(LINENUM base, LINENUM offset, LINENUM fuzz) argument
[all...]
/macosx-10.9.5/gpatch-3/patch/
H A Dpatch.c226 LINENUM fuzz = 0; local
235 where = locate_hunk(fuzz);
236 if (! where || fuzz || last_offset)
247 where = locate_hunk (fuzz);
263 fuzz--; /* Undo `++fuzz' below. */
269 && ++fuzz <= mymaxfuzz);
310 || (verbosity != SILENT && (fuzz || last_offset))) {
313 if (fuzz)
314 say (" with fuzz
846 locate_hunk(LINENUM fuzz) argument
[all...]
/macosx-10.9.5/emacs-92/emacs/src/
H A Dkeyboard.c5596 double-click-fuzz as is. On other frames, interpret it
5599 int fuzz;
5609 fuzz = double_click_fuzz;
5611 fuzz = double_click_fuzz / 8;
5614 && (abs (XINT (event->x) - last_mouse_x) <= fuzz)
5615 && (abs (XINT (event->y) - last_mouse_y) <= fuzz)
5763 double-click-fuzz as is. On other frames, interpret it
5766 int fuzz;
5777 fuzz = double_click_fuzz;
5779 fuzz
5580 int fuzz; local
5747 int fuzz; local
[all...]
/macosx-10.9.5/vim-53/runtime/syntax/
H A Dinitex.vim198 \ '\\\%(boxmaxdepth\|[hv]fuzz\|overfullrule\)\>'
H A Drexx.vim46 syn match rexxKeyword contained "\<numeric \(digits\|form \(scientific\|engineering\|value\)\|fuzz\)\>"

Completed in 812 milliseconds