Home | History | Annotate | Download | only in qemu

Lines Matching refs:column

490             const char*     column = "";
493 p = bufprint(p, end, "%s%04x", column, (tab[n] << 8) | tab[n+1]);
494 column = ":";