Searched refs:regexps (Results 1 – 6 of 6) sorted by relevance
/openbmc/qemu/scripts/codeconverter/codeconverter/ |
H A D | regexps.py | 17 def S(*regexps) -> str: argument 19 return ''.join(regexps) 21 def P(*regexps, name=None, capture=False, repeat='') -> str: argument 23 s = S(*regexps) 31 def NAMED(name, *regexps) -> str: argument 37 return P(*regexps, name=name) 39 def OR(*regexps, **kwargs) -> str: argument 41 return P('|'.join(regexps), **kwargs) 43 def M(*regexps, n='*', name=None) -> str: argument 53 r = P(*regexps, repeat=n)
|
H A D | test_patching.py | 10 from .regexps import *
|
H A D | test_regexps.py | 8 from .regexps import *
|
H A D | qom_type_info.py | 9 from .regexps import *
|
H A D | qom_macros.py | 12 from .regexps import *
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/procmail/procmail/ |
H A D | from-debian-to-fix-man-file.patch | 76 Some non-optimal and non-obvious regexps set MATCH to an incorrect
|