Home
last modified time | relevance | path

Searched defs:dto (Results 1 – 3 of 3) sorted by relevance

/plan9/sys/src/cmd/gs/src/
H A Diddict.h35 #define idict_copy(dfrom, dto)\ argument
37 #define idict_copy_new(dfrom, dto)\ argument
H A Didict.h159 #define dict_copy(dfrom, dto, pds) dict_copy_entries(dfrom, dto, false, pds) argument
160 #define dict_copy_new(dfrom, dto, pds) dict_copy_entries(dfrom, dto, true, pds) argument
H A Dgsstate.c187 gstate_copy_client_data(gs_state * pgs, void *dto, void *dfrom, in gstate_copy_client_data()
903 float *dto = pgs->line_params.dash.pattern; in gstate_clone() local