Home
last modified time | relevance | path

Searched refs:DO_WHOLE (Results 1 – 5 of 5) sorted by relevance

/openbsd/usr.bin/rdist/
H A Dtypes.h16 #define DO_WHOLE 0x0000002 macro
H A Ddistopt.c73 { DO_WHOLE, "whole", NULL, 0},
H A Dclient.c1228 if (IS_ON(opts, DO_WHOLE)) in install()
1234 FLAG_OFF(opts, DO_WHOLE); /* WHOLE only useful if renaming */ in install()
1268 if (IS_ON(opts, DO_WHOLE)) { in install()
H A Drdist.c245 case 'w': FLAG_ON(options, DO_WHOLE); break; in main()
H A Dgram.y354 case 'w': opt = DO_WHOLE; break; in yylex()