HomeSort by: relevance | last modified time | path
    Searched defs:gpx_stdscreen (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/vax/vsa/
gpx.c 238 static struct wsscreen_descr gpx_stdscreen = { variable in typeref:struct:wsscreen_descr
243 &gpx_stdscreen,
930 gpx_stdscreen.ncols = ri->ri_cols;
931 gpx_stdscreen.nrows = ri->ri_rows;
932 gpx_stdscreen.textops = &ri->ri_ops;
933 gpx_stdscreen.fontwidth = ri->ri_font->fontwidth;
934 gpx_stdscreen.fontheight = ri->ri_font->fontheight;
935 gpx_stdscreen.capabilities = ri->ri_caps;
1366 wsdisplay_cnattach(&gpx_stdscreen, ri, 0, 0, defattr);
gpx.c 238 static struct wsscreen_descr gpx_stdscreen = { variable in typeref:struct:wsscreen_descr
243 &gpx_stdscreen,
930 gpx_stdscreen.ncols = ri->ri_cols;
931 gpx_stdscreen.nrows = ri->ri_rows;
932 gpx_stdscreen.textops = &ri->ri_ops;
933 gpx_stdscreen.fontwidth = ri->ri_font->fontwidth;
934 gpx_stdscreen.fontheight = ri->ri_font->fontheight;
935 gpx_stdscreen.capabilities = ri->ri_caps;
1366 wsdisplay_cnattach(&gpx_stdscreen, ri, 0, 0, defattr);

Completed in 55 milliseconds