Home
last modified time | relevance | path

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

/external/u-boot/cmd/
Dini.c61 int was_whitespace = 0; in find_char_or_comment() local
63 while (*s && *s != c && !(was_whitespace && *s == ';')) { in find_char_or_comment()
64 was_whitespace = isspace(*s); in find_char_or_comment()