Searched refs:extend_matched_lines (Results 1 – 1 of 1) sorted by relevance
/external/u-boot/tools/ |
D | moveconfig.py | 483 def extend_matched_lines(lines, matched, pre_patterns, post_patterns, extend_pre, function 581 extend_matched_lines(lines, matched, [pattern_if], 583 extend_matched_lines(lines, matched, [pattern_elif], 585 extend_matched_lines(lines, matched, [pattern_if, pattern_elif], 587 extend_matched_lines(lines, matched, [pattern_blank], 589 extend_matched_lines(lines, matched, [pattern_blank],
|