Searched refs:comment_match (Results 1 – 2 of 2) sorted by relevance
125 comment_match = comment_regex.match(line)126 if comment_match and prev_val is not None:127 comment = comment_match.group(1)
71 static struct xtables_match comment_match = { variable87 xtables_register_match(&comment_match); in _init()