Searched refs:is_comment_line (Results 1 – 1 of 1) sorted by relevance
14 is_comment_line(const char* p) in is_comment_line() function248 if (is_whitespace_line(p) || is_comment_line(p)) { in read_list_file()