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

  /src/sys/dev/wsfont/
wsfont.c 386 static struct font *wsfont_find0(int, int);
550 origfont = wsfont_find0(cookie, 0xffffffff);
600 wsfont_find0(int cookie, int mask) function in typeref:struct:font *
749 if ((ent = wsfont_find0(cookie, 0xffffffff)) == NULL)
773 if ((ent = wsfont_find0(cookie, 0xffffffff)) == NULL) {
774 if ((ent = wsfont_find0(cookie, WSFONT_IDENT_MASK)) == NULL)
816 if ((ent = wsfont_find0(cookie, 0xffffffff)) == NULL)

Completed in 11 milliseconds