Home | History | Annotate | Download | only in qemu

Lines Matching full:nextopt

4779         const char *nextopt;
4781 if (strstart(opts, ",retrace=", &nextopt)) {
4782 opts = nextopt;
4783 if (strstart(opts, "dumb", &nextopt))
4785 else if (strstart(opts, "precise", &nextopt))
4789 opts = nextopt;