Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/diff/
H A Ddiff.h59 #define D_REVERSE 1 /* Reverse editor script */ macro
H A Ddiff.c282 opt = D_REVERSE; in main()
887 case D_REVERSE: in change()
909 if ((opt == D_EDIT || opt == D_REVERSE) && c <= d) in change()