autoboot
bootxx(void *readsector, void *disklabel, int autoboot)
if (!autoboot) {
autoboot = 0; /* in case auto boot fails */
} else if (autoboot)
autoboot = 0;
int autoboot = 1, win;
if(pref.autoboot){
autop = pref.autoboot;
SendDlgItemMessage(hWnd,IDC_AUTOBOOT,BM_SETCHECK,pref.autoboot,0);
EnableWindow(hwnd,pref.autoboot);
pref.autoboot = TRUE;
pref.autoboot = FALSE;
BOOL autoboot;
buf.autoboot = TRUE;
buf.autoboot = FALSE;
if(buf->autoboot){
return(autoboot(howlong, prompt));
autoboot(-1, NULL); /* try to boot automatically */
int autoboot(int timeout, char *prompt);