Home
last modified time | relevance | path

Searched defs:next_line (Results 1 – 2 of 2) sorted by relevance

/qemu/scripts/qapi/
H A Dsource.py50 def next_line(self: T, n: int = 1) -> T: member in QAPISourceInfo
/qemu/block/
H A Dvmdk.c1136 static const char *next_line(const char *s) in next_line() function