Home
last modified time | relevance | path

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

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