Home
last modified time | relevance | path

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

/plan9/sys/src/cmd/gs/src/
H A Dgsstruct.h128 #define ptr_string_type (&ptr_string_procs) macro
356 (pep->ptr = sdata, pep->size = ssize, ptr_string_type)
H A Dgsalloc.c2016 if (ptype == ptr_string_type || ptype == ptr_const_string_type) { in debug_print_object()