Searched refs:SKIP_WORD (Results 1 – 3 of 3) sorted by relevance
48 #define SKIP_WORD(cp) while (*cp != '\0' && !ISSPACE(*cp)) ++cp; macro
146 SKIP_WORD(params->gos_strp); in getoptstr()
72 SKIP_WORD(cp); /* Skip the kernel's filename. */ in bootflags()