Searched refs:rstlist (Results 1 – 2 of 2) sorted by relevance
/openbmc/qemu/docs/sphinx/ |
H A D | hxtool.py | 102 rstlist = ViewList() 120 rstlist.append("", hxfile, lnum - 1) 125 rstlist.append(refline, hxfile, lnum - 1) 140 if len(rstlist) > 0: 148 self.do_parse(rstlist, current_node) 149 rstlist = ViewList() 159 rstlist.append(line, hxfile, lnum - 1) 165 self.do_parse(rstlist, current_node) 170 if len(rstlist) > 0: 171 self.do_parse(rstlist, current_node)
|
H A D | qapidoc.py | 440 rstlist = ViewList() 447 rstlist.append(line, self._cur_doc.info.fname, 456 rstlist.append("", self._cur_doc.info.fname, self._cur_doc.info.line) 457 self._sphinx_directive.do_parse(rstlist, node) 491 def do_parse(self, rstlist, node): argument 501 with switch_source_input(self.state, rstlist): 502 nested_parse_with_titles(self.state, rstlist, node)
|