Home
last modified time | relevance | path

Searched defs:copy_pending (Results 1 – 4 of 4) sorted by relevance

/dports/sysutils/watchman/watchman-4.5.0/watcher/
H A Dinotify.c62 static w_ht_val_t copy_pending(w_ht_val_t key) { in copy_pending() function
/dports/lang/gnu-apl/apl-1.8/src/
H A DPrimitiveFunction.hh148 static int copy_pending; member in Bif_F1_EXECUTE
H A DPrimitiveFunction.cc102 int Bif_F1_EXECUTE::copy_pending = 0; member in Bif_F1_EXECUTE
/dports/sysutils/ddrescue/ddrescue-1.25/
H A Drescuebook.cc865 bool copy_pending = false, trim_pending = false, scrape_pending = false; in do_rescue() local