Home
last modified time | relevance | path

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

/dragonfly/stand/boot/pc32/boot2/
H A Dboot2.c112 #define NOPT 12 macro
131 static const char optstr[NOPT] = { "VhaCgmnPprsv" };
132 static const unsigned char flags[NOPT] = {
454 for (i = NOPT - 1; i >= 0; --i) { in parse()