OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:newfont
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/dev/wsfont/
wsfont.c
456
struct wsdisplay_font *
newfont
;
local
464
newfont
= malloc(sizeof(*font), M_DEVBUF, M_WAITOK);
466
*
newfont
= *font;
472
newfont
->name = newname;
522
newfont
->data = newdata;
525
newfont
->stride = newstride;
526
newfont
->fontwidth = font->fontheight;
527
newfont
->fontheight = font->fontwidth;
529
if (wsfont_add(
newfont
, 0) != 0) {
535
free(
newfont
, M_DEVBUF)
[
all
...]
/src/external/bsd/mdocml/dist/
mdoc_man.c
350
font_push(char
newfont
)
358
*fontqueue.tail =
newfont
;
361
putchar(
newfont
);
Completed in 18 milliseconds
Indexes created Sun Sep 06 00:23:55 UTC 2026