Home
last modified time | relevance | path

Searched refs:font_path (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/gpl2/groff/dist/src/libs/libgroff/
H A Dfontfile.cpp36 static search_path font_path(FONT_ENV_VAR, FONTPATH, 0, 0); variable
61 font_path.command_line_dir(dir); in command_line_font_dir()
68 FILE *fp = font_path.open_file(filename, pathp); in open_file()
/netbsd-src/external/gpl2/groff/dist/src/preproc/html/
H A Dpre-html.cpp219 static search_path font_path(FONT_ENV_VAR, FONTPATH, 0, 0); variable
295 f = font_path.open_file("devps/DESC", &pathp); in get_resolution()
1574 font_path.command_line_dir(optarg); in scanArguments()
/netbsd-src/external/gpl2/groff/dist/
H A DChangeLog.1171735 * src/libs/libgroff/fontfile.cc: Adjust `font_path'.