Home
last modified time | relevance | path

Searched refs:msg_pending (Results 1 – 4 of 4) sorted by relevance

/freebsd-12.1/lib/libdpv/
H A Ddpv.c78 char *msg_pending = NULL; /* dpv_config.msg_pending */ variable
158 msg_pending = NULL; in dpv()
202 msg_pending = (char *)config->msg_pending; in dpv()
H A Ddpv_private.h44 extern char *msg_done, *msg_fail, *msg_pending;
H A Ddpv.h117 char *msg_pending; /* Progress text. Default `Pending' */ member
H A Ddprompt.c301 if (pend == NULL && (pend = msg_pending) == NULL) { in dprompt_init()