Home
last modified time | relevance | path

Searched defs:olh (Results 1 – 2 of 2) sorted by relevance

/plan9-contrib/sys/src/cmd/gs/src/
H A Dzfapi.c79 { FAPI_outline_handler *olh = (FAPI_outline_handler *)I->olh; in add_closepath() local
86 { FAPI_outline_handler *olh = (FAPI_outline_handler *)I->olh; in add_move() local
97 { FAPI_outline_handler *olh = (FAPI_outline_handler *)I->olh; in add_line() local
104 { FAPI_outline_handler *olh = (FAPI_outline_handler *)I->olh; in add_curve() local
1054 FAPI_outline_handler olh; in outline_char() local
H A Difapi.h111 void *olh; /* Client's data. */ member