Home
last modified time | relevance | path

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

/plan9/sys/src/cmd/gs/src/
H A Didebug.c35 static const char *const type_strings[] = { variable
214 dprintf1("%s ", type_strings[type]); in debug_dump_one_ref()
288 (type < countof(type_strings) ? in debug_dump_array()
289 type_strings[type] : "????"), in debug_dump_array()
H A Diutil.c259 static const char * const type_strings[] = { REF_TYPE_PRINT_STRINGS }; in obj_cvp() local
423 if (rtype > countof(type_strings)) in obj_cvp()
425 data = (const byte *)type_strings[rtype]; in obj_cvp()