Searched refs:get_comments (Results 1 – 1 of 1) sorted by relevance
459 BOOL get_comments; in HTNextTok() local471 get_comments = (BOOL) (strchr(bracks, '(') != NULL); in HTNextTok()472 skip_comments = (BOOL) (!get_comments && !strchr(delims, '(') && !get_blanks); in HTNextTok()494 if (*p == '(' && (skip_comments || get_comments)) { /* Comment */ in HTNextTok()497 if (get_comments && !start) in HTNextTok()512 if (get_comments) in HTNextTok()