Home
last modified time | relevance | path

Searched refs:DPV_STATUS_RUNNING (Results 1 – 3 of 3) sorted by relevance

/freebsd/lib/libdpv/
H A Ddpv.h75 DPV_STATUS_RUNNING = 0, /* Running (default) */ enumerator
H A Ddprompt.c530 else if (fp->status == DPV_STATUS_RUNNING) in dprompt_add_files()
538 else if (fp->status == DPV_STATUS_RUNNING) in dprompt_add_files()
H A Ddpv.c613 keep_going = (status == DPV_STATUS_RUNNING); in dpv()