Home
last modified time | relevance | path

Searched refs:Devfontmap (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/lp/filter/postscript/dpost/
H A Ddpost.h186 } Devfontmap; typedef
H A Ddpost.c523 Devfontmap *devfontmap = NULL; /* device level */
1621 devfontmap = (Devfontmap *) malloc(10 * sizeof(Devfontmap)); in getdevmap()
1629 devfontmap = (Devfontmap *) realloc(devfontmap, (i + 10) * sizeof(Devfontmap)); in getdevmap()