Searched refs:ref_to_string (Results 1 – 4 of 4) sorted by relevance
/plan9/sys/src/cmd/gs/src/ |
H A D | iutil.h | 107 char *ref_to_string(const ref *, gs_memory_t *, client_name_t);
|
H A D | zmisc.c | 222 str = ref_to_string(op, imemory, "getenv key"); in zgetenv()
|
H A D | zfapi.c | 1030 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 D | iutil.c | 677 ref_to_string(const ref * pref, gs_memory_t * mem, client_name_t cname) in ref_to_string() function
|