Home
last modified time | relevance | path

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

/mirbsd/src/gnu/usr.bin/lynx/WWW/Library/Implementation/
DHTString.c459 BOOL get_comments; in HTNextTok() local
471 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()