| display.c | 48 static struct wsdisplay_getfont gfont;  variable in typeref:struct:wsdisplay_getfont 112 		gfont.gf_name = fontname_buf;
 113 		gfont.gf_size = sizeof(fontname_buf);
 114 		font.name = gfont.gf_name;
 115 		if (ioctl(fd, WSDISPLAYIO_GFONT, &gfont) < 0)
 
 |