Lines Matching defs:boothowto
47 /* Get definitions for boothowto */
190 int boothowto, ncd, i, mem_ix, ch;
202 boothowto = RB_SINGLE;
218 boothowto &= ~(RB_SINGLE);
219 boothowto |= RB_AUTOBOOT;
222 boothowto |= RB_ASKNAME;
240 boothowto &= ~(RB_AUTOBOOT);
241 boothowto |= RB_SINGLE;
244 boothowto |= AB_QUIET;
247 boothowto |= AB_VERBOSE;
256 boothowto |= RB_KDB;
351 if (boothowto & RB_AUTOBOOT)
353 if (boothowto & RB_ASKNAME)
467 boothowto, esym, cpuid, eclock_freq, amiga_flags, I_flag, Z_flag == 0);