Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/tools/buildman/
H A Dkconfiglib.py1225 initial_token_match = _initial_token_re_match(s)
3452 _initial_token_re_match = re.compile(r"[^\w]*(\w+)\s*").match variable