Home
last modified time | relevance | path

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

/netbsd/sys/arch/hpcmips/stand/pbsdboot/
H A Dpreference.c165 debug_printf(TEXT(" last chance: %S\n"), pref->check_last_chance ? in pref_dump()
339 buf.check_last_chance = TRUE; in pref_read()
342 buf.check_last_chance = FALSE; in pref_read()
622 if(buf->check_last_chance){ in pref_write()
H A Dmain.c550 pref.check_last_chance = FALSE; in WinMain()
706 pref.check_last_chance, 0); in PropDlgProc()
756 pref.check_last_chance = TRUE; in PropDlgProc()
758 pref.check_last_chance = FALSE; in PropDlgProc()
1062 if (pref.check_last_chance) { in CheckCancel()
H A Dpbsdboot.h85 BOOL check_last_chance; member