Home
last modified time | relevance | path

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

/freebsd/usr.bin/diff/
H A Ddiff.h85 #define D_NEWALGO_FLAGS (D_FORCEASCII | D_PROTOTYPE | D_IGNOREBLANKS) macro
H A Ddiffreg_new.c322 if ((flags == 0 || !(flags & ~D_NEWALGO_FLAGS)) && in can_libdiff()