Searched defs:next_line (Results 1 – 2 of 2) sorted by relevance
/qemu/scripts/qapi/ | ||
H A D | source.py | 50 def next_line(self: T, n: int = 1) -> T: member in QAPISourceInfo |
/qemu/block/ | ||
H A D | vmdk.c | 1136 static const char *next_line(const char *s) in next_line() function |