Searched defs:doall (Results 1 - 5 of 5) sorted by relevance

/osnet-11/usr/src/lib/libcurses/screen/
H A Dwnoutref.c58 bool doall; local
63 doall = win->_clear;
127 if (!doall && *bch == _INFINITY)
130 lo = (doall || *bch == _REDRAW || *bch < minx) ? minx : *bch;
131 hi = (doall || *bch == _REDRAW || *ech > maxx) ? maxx : *ech;
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/krb5/os/
H A Dan_to_ln.c274 * If "doall" is set, it's a global replacement, otherwise, just a oneshot
284 do_replacement(char *regexp, char *repl, int doall, char *in, char *out) argument
309 if (!doall) {
320 } while (doall && matched);
349 if (!doall) {
360 } while (doall && matched);
/osnet-11/usr/src/lib/lvm/libmeta/common/
H A Dmeta_stripe.c1925 int doall = ((options & MDCMD_ALLOPTION) ? 1 : 0); local
2092 (force || doall)) {
/osnet-11/usr/src/lib/libzfs/common/
H A Dlibzfs.h838 int doall : 1; /* (ie, -I) */ member in struct:sendflags
H A Dlibzfs_sendrecv.c997 boolean_t seenfrom, seento, replicate, doall, fromorigin; member in struct:send_dump_data
1108 * e.g. replication and doall.
1171 if (!sdd->doall && !isfromsnap && !istosnap) {
1446 * if "replicate" is set. If "doall" is set, dump all the intermediate
1447 * snapshots. The DMU_COMPOUNDSTREAM header is used in the "doall"
1507 (flags.doall || flags.replicate))
1530 if (flags.doall || flags.props) {
1617 sdd.doall = flags.doall;
1653 if (flags.doall || flag
[all...]

Completed in 41 milliseconds