Searched refs:was_whitespace (Results 1 – 1 of 1) sorted by relevance
61 int was_whitespace = 0; in find_char_or_comment() local63 while (*s && *s != c && !(was_whitespace && *s == ';')) { in find_char_or_comment()64 was_whitespace = isspace(*s); in find_char_or_comment()