Home
last modified time | relevance | path

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

/openbmc/qemu/scripts/codeconverter/codeconverter/
H A Dregexps.py92 RE_INCLUDE = S(r'^[ \t]*#[ \t]*include[ \t]+', NAMED('includepath', RE_INCLUDEPATH), r'[ \t]*\n') variable
H A Dqom_macros.py762 regexp = RE_INCLUDE
773 OR(RE_INCLUDE, RE_SIMPLEDEFINE),