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

  /src/sbin/wsconsctl/
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)
  /src/external/gpl2/groff/dist/src/preproc/eqn/
box.cpp 29 char *gfont = 0; variable
195 return gfont ? gfont : "I";
210 a_delete gfont; local
211 gfont = strsave(s);

Completed in 17 milliseconds