Home
last modified time | relevance | path

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

/plan9/sys/src/cmd/gs/src/
H A Diutil.h103 int string_to_ref(const char *, ref *, gs_ref_memory_t *, client_name_t);
H A Dzmisc.c330 code = string_to_ref(str, op, iimemory, ".oserrorstring"); in zoserrorstring()
H A Diutil.c662 string_to_ref(const char *cstr, ref * pref, gs_ref_memory_t * mem, in string_to_ref() function
H A Dinterp.c710 int code = string_to_ref(str, &rstr, iimemory, "gs_errorinfo_put_string"); in gs_errorinfo_put_string()