Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/tools/buildman/
H A Dkconfiglib.py420 not _unset_re_match(line)
497 unset_match = _unset_re_match(line)
3460 _unset_re_match = re.compile(r"# CONFIG_(\w+) is not set").match variable