Home
last modified time | relevance | path

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

/qemu/rust/qemu-api-macros/src/
H A Dbits.rs183 let tok = it.next(); in parse() localVariable
190 let tok = it.next(); in parse() localVariable
/qemu/scripts/
H A Dminikconf.py328 def __init__(self, parser, msg, tok=None): argument