Home
last modified time | relevance | path

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

/freebsd/lib/libdpv/
H A Ddpv.c76 char *msg_pending = NULL; /* dpv_config.msg_pending */ variable
156 msg_pending = NULL; in dpv()
200 msg_pending = (char *)config->msg_pending; in dpv()
H A Ddpv_private.h42 extern char *msg_done, *msg_fail, *msg_pending;
H A Ddpv.h115 char *msg_pending; /* Progress text. Default `Pending' */ member
H A Ddprompt.c298 if (pend == NULL && (pend = msg_pending) == NULL) { in dprompt_init()