Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/tools/buildman/
H A Dkconfiglib.py1251 id_keyword_match = _id_keyword_re_match(s, i)
3456 _id_keyword_re_match = re.compile(r"\s*([\w./-]+)\s*").match variable