Searched refs:end_or_comment (Results 1 - 1 of 1) sorted by relevance

/external/e2fsprogs/lib/support/
H A Dprofile.c640 static int end_or_comment(char ch) function
647 while (!end_or_comment(*cp) && !isspace(*cp))
716 if (end_or_comment(ch))
759 if (!end_or_comment(*cp))
802 } else if (end_or_comment(ch)) {
808 if (end_or_comment(ch))
817 if (!end_or_comment(ch))

Completed in 75 milliseconds