Home
last modified time | relevance | path

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

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