Home
last modified time | relevance | path

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

/plan9/sys/src/cmd/gs/src/
H A Diutil.h107 char *ref_to_string(const ref *, gs_memory_t *, client_name_t);
H A Dzmisc.c222 str = ref_to_string(op, imemory, "getenv key"); in zgetenv()
H A Dzfapi.c1030 font_file_path = ref_to_string(v, imemory_global, "font file path"); in zFAPIrebuildfont()
1604 font_file_path = ref_to_string(v, imemory, "font file path"); in FAPI_char()
1742 font_file_path = ref_to_string(v, imemory_global, "font file path"); in zFAPIpassfont()
H A Diutil.c677 ref_to_string(const ref * pref, gs_memory_t * mem, client_name_t cname) in ref_to_string() function