Home
last modified time | relevance | path

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

/f-stack/lib/
H A Dff_ini_parser.c50 int was_space = 0; in find_chars_or_comment() local
52 !(was_space && strchr(INI_INLINE_COMMENT_PREFIXES, *s))) { in find_chars_or_comment()
53 was_space = isspace((unsigned char)(*s)); in find_chars_or_comment()