PN_TSTRING        371 core/compile.c         if (PN_VTYPE(key) == PN_TSTRING) { // a[k] a variable
PN_TSTRING        134 core/file.c          case PN_TSTRING: len = PN_STR_LEN(obj); ptr = PN_STR_PTR(obj); break;
PN_TSTRING        341 core/gc.c          case PN_TSTRING:
PN_TSTRING         41 core/internal.c   potion_type_new(P, PN_TSTRING, obj_vt);
PN_TSTRING        209 core/internal.c   case PN_TSTRING:	return 'S'; //5 String
PN_TSTRING        689 core/objmodel.c   potion_init_class_reference(P, potion_str(P, "String"),       PN_VTABLE(PN_TSTRING));
PN_TSTRING        166 core/potion.h  #define PN_IS_STR(v)    (PN_IS_PTR(v) && (potion_ptr_type((PN)v) == PN_TSTRING))
PN_TSTRING        569 core/potion.h    if (((struct PNString *)s)->vt == PN_TSTRING)
PN_TSTRING         41 core/primitive.c   case PN_TSTRING:
PN_TSTRING         56 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         68 core/string.c    vPN(String) s = PN_ALLOC_N(PN_TSTRING, struct PNString, len+len2+1);
PN_TSTRING         89 core/string.c    s = PN_ALLOC_N(PN_TSTRING, struct PNString, len + 1);
PN_TSTRING        424 core/string.c      vPN(String) s = PN_ALLOC_N(PN_TSTRING, struct PNString, len + 1);
PN_TSTRING        492 core/string.c    PN str_vt = PN_VTABLE(PN_TSTRING);
PN_TSTRING        172 lib/buffile.c      case PN_TSTRING: