Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/lp/filter/postscript/dpost/
H A Ddpost.c413 int lastfont = -1; /* last font we told printer about */ variable
1691 lastfont = lastsize = -1; in reset()
1915 if ( n == lastfont ) /* force a call to t_sf() */ in t_fp()
1916 lastfont = -1; in t_fp()
2027 lastfont = font; in t_sf()
2058 lastfont = -1; in t_charht()
2079 lastfont = -1; in t_slant()
2360 if ( font != lastfont || size != lastsize ) in oput()