Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/lp/filter/postscript/dpost/
H A Ddpost.c411 int lastfont = -1; /* last font we told printer about */ variable
1689 lastfont = lastsize = -1; in reset()
1913 if ( n == lastfont ) /* force a call to t_sf() */ in t_fp()
1914 lastfont = -1; in t_fp()
2025 lastfont = font; in t_sf()
2056 lastfont = -1; in t_charht()
2077 lastfont = -1; in t_slant()
2358 if ( font != lastfont || size != lastsize ) in oput()