Searched refs:font_map_string (Results 1 – 4 of 4) sorted by relevance
65 sizeof (char *), offset(dvi.font_map_string),361 if (current->dvi.font_map_string != request->dvi.font_map_string) { in SetValues()362 new_map = XtMalloc (strlen (request->dvi.font_map_string) + 1); in SetValues()365 strcpy (new_map, request->dvi.font_map_string); in SetValues()366 new_wd->dvi.font_map_string = new_map; in SetValues()367 if (current->dvi.font_map_string) in SetValues()368 XtFree (current->dvi.font_map_string); in SetValues()369 current->dvi.font_map_string = 0; in SetValues()
127 char *font_map_string; member
317 m = dw->dvi.font_map_string; in ParseFontMap()
4623 Update the font_map_string before doing this.