Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/lp/filter/postscript/dpost/
H A Dpictures.c97 char hwo[40], *p; /* height, width and offset strings */ in picture() local
149 &length, &totrap, name, hwo, flags) < 6 ) { in picture()
165 for ( i = 0, p = hwo-1; i < 4 && p != NULL; i++, p = strchr(p, ',') ) in picture()