PNString          342 core/gc.c            sz = sizeof(struct PNString) + PN_STR_LEN(ptr) + 1;
PNString           86 core/potion.h  struct PNString;
PNString          214 core/potion.h  #define PN_STR_LEN(x)   ((struct PNString *)(x))->len         ///<\memberof PNString
PNString          569 core/potion.h    if (((struct PNString *)s)->vt == PN_TSTRING)
PNString          570 core/potion.h      return ((struct PNString *)s)->chars;
PNString           37 core/string.c      vPN(String) s = PN_ALLOC_N(PN_TSTRING, struct PNString, len + 1);
PNString           50 core/string.c    vPN(String) s = PN_ALLOC_N(PN_TSTRING, struct PNString, len + 1);
PNString           68 core/string.c    vPN(String) s = PN_ALLOC_N(PN_TSTRING, struct PNString, len+len2+1);
PNString           89 core/string.c    s = PN_ALLOC_N(PN_TSTRING, struct PNString, len + 1);
PNString          424 core/string.c      vPN(String) s = PN_ALLOC_N(PN_TSTRING, struct PNString, len + 1);