Home
last modified time | relevance | path

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

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