OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:nfonts
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/gpl2/groff/dist/src/include/
printer.h
94
int
nfonts
;
member in class:printer
/src/sys/dev/ic/
vgavar.h
76
int
nfonts
;
member in struct:vga_config
/src/external/gpl2/groff/dist/src/libs/libgroff/
font.cpp
830
int
nfonts
= 0;
local
872
if (!p || sscanf(p, "%d", &
nfonts
) != 1 ||
nfonts
<= 0) {
876
font_name_table = (const char **)new char *[
nfonts
+1];
877
for (int i = 0; i <
nfonts
; i++) {
895
font_name_table[
nfonts
] = 0;
Completed in 19 milliseconds
Indexes created Fri Aug 28 00:25:22 UTC 2026