Home
last modified time | relevance | path

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

/freebsd/usr.bin/dpv/
H A Ddpv.c56 static uint8_t no_overrun = FALSE; variable
187 if (no_overrun && progress == 100 && file->read < file->length) in operate_on_bytes()
234 if (no_overrun && progress == 100 && file->read < file->length) in operate_on_lines()
341 no_overrun = TRUE; in main()
/freebsd/lib/libdpv/
H A Ddpv.c95 uint8_t no_overrun = FALSE; in dpv() local
202 no_overrun = ((options & DPV_NO_OVERRUN) != 0); in dpv()
609 if (no_overrun || dialog_test) in dpv()