Searched refs:skip_comments (Results 1 – 5 of 5) sorted by relevance
39 skip_comments(FILE *),
143 skip_comments(f); in load_env()
98 skip_comments(file); in load_entry()
386 skip_comments(FILE *file) { in skip_comments() function
458 BOOL get_blanks, skip_comments; in HTNextTok() local472 skip_comments = (BOOL) (!get_comments && !strchr(delims, '(') && !get_blanks); in HTNextTok()494 if (*p == '(' && (skip_comments || get_comments)) { /* Comment */ in HTNextTok()561 if (*p == '(' && skip_comments) { in HTNextTok()