Searched refs:extend_matched_lines (Results 1 – 1 of 1) sorted by relevance
/openbmc/u-boot/tools/ |
H A D | moveconfig.py | 483 def extend_matched_lines(lines, matched, pre_patterns, post_patterns, extend_pre, function 603 extend_matched_lines(lines, matched, [pattern_if], 605 extend_matched_lines(lines, matched, [pattern_elif], 607 extend_matched_lines(lines, matched, [pattern_if, pattern_elif], 609 extend_matched_lines(lines, matched, [pattern_blank], 611 extend_matched_lines(lines, matched, [pattern_blank],
|