Searched refs:font_map_string (Results 1 – 4 of 4) sorted by relevance
67 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()
129 char *font_map_string; member
319 m = dw->dvi.font_map_string; in ParseFontMap()
4623 Update the font_map_string before doing this.