Home
last modified time | relevance | path

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

/freebsd/usr.bin/diff/
H A Ddiff.h78 #define D_EXPANDTABS 0x100 /* Expand tabs to spaces */ macro
H A Ddiffreg.c298 if (flags & D_EXPANDTABS) { in diffreg_stone()
1332 if ((flags & D_EXPANDTABS) == 0) { in fetch()
1728 if ((flags & D_EXPANDTABS) == 0) { in print_space()
H A Ddiff.c288 dflags |= D_EXPANDTABS; in main()