Home
last modified time | relevance | path

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

/build/make/tools/atree/
Dfiles.cpp14 is_comment_line(const char* p) in is_comment_line() function
248 if (is_whitespace_line(p) || is_comment_line(p)) { in read_list_file()