Home
last modified time | relevance | path

Searched refs:font_map_string (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/gpl2/groff/dist/src/devices/xditview/
H A DDvi.c67 sizeof (char *), offset(dvi.font_map_string),
363 if (current->dvi.font_map_string != request->dvi.font_map_string) { in SetValues()
364 new_map = XtMalloc (strlen (request->dvi.font_map_string) + 1); in SetValues()
367 strcpy (new_map, request->dvi.font_map_string); in SetValues()
368 new_wd->dvi.font_map_string = new_map; in SetValues()
369 if (current->dvi.font_map_string) in SetValues()
370 XtFree (current->dvi.font_map_string); in SetValues()
371 current->dvi.font_map_string = 0; in SetValues()
H A DDviP.h129 char *font_map_string; member
H A Dfont.c319 m = dw->dvi.font_map_string; in ParseFontMap()
/netbsd-src/external/gpl2/groff/dist/
H A DChangeLog.1154623 Update the font_map_string before doing this.