Searched refs:DPV_DISPLAY_LIMIT (Results 1 - 2 of 2) sorted by relevance

/freebsd-11.0-release/lib/libdpv/
H A Ddpv.h143 #define DPV_DISPLAY_LIMIT 10 /* Max file progress lines */ macro
H A Ddprompt.c161 if (display_limit == 0 || display_limit > DPV_DISPLAY_LIMIT)
162 display_limit = DPV_DISPLAY_LIMIT;
735 char buf[DPV_PPROMPT_MAX + DPV_APROMPT_MAX + DPV_DISPLAY_LIMIT * 1024];

Completed in 52 milliseconds