Searched defs:TextCell (Results 1 - 1 of 1) sorted by relevance

/external/qemu/
H A Dconsole.c78 typedef struct TextCell { struct
81 } TextCell; typedef in typeref:struct:TextCell
171 TextCell *cells;
550 TextCell *cells, *c, *c1;
561 cells = qemu_malloc(s->width * s->total_height * sizeof(TextCell));
602 TextCell *c;
626 TextCell *c;
660 TextCell *c;
727 TextCell *c;
872 TextCell *
[all...]

Completed in 75 milliseconds