HomeSort by: relevance | last modified time | path
    Searched refs:WHOLE (Results 1 - 4 of 4) sorted by relevancy

  /src/usr.bin/rdist/
defs.h 83 #define WHOLE 0x2
main.c 179 options |= WHOLE;
gram.y 323 yylval.intval = WHOLE;
server.c 253 opts &= ~WHOLE; /* WHOLE mode only useful if renaming */
255 } else if (!(opts & WHOLE)) {
266 opts & WHOLE ? " -w" : "",
291 if (opts & WHOLE) {

Completed in 14 milliseconds