PN_TSTRING        140 core/file.c          case PN_TSTRING: len = PN_STR_LEN(obj); ptr = PN_STR_PTR(obj); break;
PN_TSTRING        329 core/gc.c          case PN_TSTRING:
PN_TSTRING         37 core/internal.c   potion_type_new(P, PN_TSTRING, obj_vt);
PN_TSTRING        204 core/internal.c   case PN_TSTRING:	return 'S'; //3 String
PN_TSTRING        672 core/objmodel.c   potion_init_class_reference(P, potion_str(P, STRING_NAME),    PN_VTABLE(PN_TSTRING));
PN_TSTRING        174 core/potion.h  #define PN_IS_STR(v)    (PN_TYPE(v) == PN_TSTRING)
PN_TSTRING        551 core/potion.h    if (((struct PNString *)s)->vt == PN_TSTRING)
PN_TSTRING         54 core/primitive.c   case PN_TSTRING:
PN_TSTRING         69 core/primitive.c   case PN_TSTRING: // false < ".." < true
PN_TSTRING         37 core/string.c      vPN(String) s = PN_ALLOC_N(PN_TSTRING, struct PNString, len + 1);
PN_TSTRING         50 core/string.c    vPN(String) s = PN_ALLOC_N(PN_TSTRING, struct PNString, len + 1);
PN_TSTRING         67 core/string.c    vPN(String) s = PN_ALLOC_N(PN_TSTRING, struct PNString, len+len2+1);
PN_TSTRING         88 core/string.c    s = PN_ALLOC_N(PN_TSTRING, struct PNString, len + 1);
PN_TSTRING        363 core/string.c      vPN(String) s = PN_ALLOC_N(PN_TSTRING, struct PNString, len + 1);
PN_TSTRING        429 core/string.c    PN str_vt = PN_VTABLE(PN_TSTRING);
PN_TSTRING        163 lib/buffile.c      case PN_TSTRING:
PN_TSTRING         55 lib/pcre/pcre.c   PN str_vt = PN_VTABLE(PN_TSTRING);