Home
last modified time | relevance | path

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

/plan9/sys/src/cmd/gs/src/
H A Dztype.c43 private int convert_to_string(const gs_memory_t *mem, os_ptr, os_ptr);
346 int code = convert_to_string(imemory, op - 2, op); in zcvrs()
403 code = convert_to_string(imemory, op - 1, op); in zcvs()
486 convert_to_string(const gs_memory_t *mem, os_ptr op1, os_ptr op) in convert_to_string() function