Searched refs:_variable_rx (Results 1 – 3 of 3) sorted by relevance
141 parse_makefile, expand_makefile_vars, _variable_rx160 if _variable_rx.match(line): # VAR=VALUE, handled in first pass
281 _variable_rx = re.compile("([a-zA-Z][a-zA-Z0-9_]+)\s*=\s*(.*)") variable304 m = _variable_rx.match(line)
200 _variable_rx = re.compile("([a-zA-Z][a-zA-Z0-9_]+)\s*=\s*(.*)")215 m = _variable_rx.match(line)