Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/
Dtoken.py125 comment_match = comment_regex.match(line)
126 if comment_match and prev_val is not None:
127 comment = comment_match.group(1)
/external/iptables/extensions/
Dlibxt_comment.c71 static struct xtables_match comment_match = { variable
87 xtables_register_match(&comment_match); in _init()