Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/rdist/
H A Ddefs.h73 #define WHOLE 0x2 macro
H A Dserver.c241 opts &= ~WHOLE; /* WHOLE mode only useful if renaming */ in install()
247 opts & WHOLE ? " -w" : "", in install()
266 if (opts & WHOLE) { in install()
577 opts & WHOLE ? target : strsub(source, destination, target), in savelink()
H A Dmain.c257 options |= WHOLE;
H A Dgram.y307 yylval.intval = WHOLE; in yylex()