Home
last modified time | relevance | path

Searched refs:DPV_DONE_DEFAULT (Results 1 – 2 of 2) sorted by relevance

/freebsd/lib/libdpv/
H A Ddpv.h154 #define DPV_DONE_DEFAULT "Done" macro
H A Ddprompt.c252 done_size = strlen(DPV_DONE_DEFAULT); in dprompt_init()
256 snprintf(done, done_size + 1, DPV_DONE_DEFAULT); in dprompt_init()