Home
last modified time | relevance | path

Searched refs:SET_CONTINUE (Results 1 – 3 of 3) sorted by relevance

/netbsd/usr.sbin/sysinst/
H A Ddefs.h99 #define SET_CONTINUE 5 /* Continue (copy from floppy loop) */ macro
H A Dmenus.mi440 option MSG_Try_again, exit, action { *(int *)arg = SET_CONTINUE; };
445 option MSG_OK, exit, action { *(int *)arg = SET_CONTINUE; };
H A Dutil.c343 if (status != SET_CONTINUE) in floppy_fetch()