Lines Matching defs:decimal
278 static int64_t decimal(const char *, int64_t, int, int64_t, int64_t);
1555 tmo = decimal("Timeout value (0 to 3600 seconds, -1 => never)",
1599 item = decimal("Default boot option", item, 0, 0, opt);
2137 sysid = decimal("sysid", sysid, 0, 0, 255);
2147 start = decimal("start", start,
2202 size = decimal("size", size, fl, 0, lim);
2315 tcylinder = decimal("beginning cylinder",
2317 thead = decimal("beginning head",
2319 tsector = decimal("beginning sector",
2328 tcylinder = decimal("ending cylinder",
2330 thead = decimal("ending head",
2332 tsector = decimal("ending sector",
2412 active = decimal("active partition",
2452 dos_cylinders = decimal("BIOS's idea of #cylinders",
2454 dos_heads = decimal("BIOS's idea of #heads",
2456 dos_sectors = decimal("BIOS's idea of #sectors",
2839 decimal(const char *prompt, int64_t dflt, int flags, int64_t minval, int64_t maxval)
2902 flags & DEC_SEC ? "sector" : "decimal");