potion_bytes_string  215 core/potion.h  #define PN_STR_B(x)     potion_bytes_string(P, PN_NIL, x)     ///<\memberof PNBytes
potion_bytes_string  827 core/potion.h  PN potion_bytes_string(Potion *, PN, PN);
potion_bytes_string  511 core/string.c    potion_method(byt_vt, "string", potion_bytes_string, 0);
potion_bytes_string  273 core/syntax.y         q1 { $$ = potion_bytes_string(P, PN_NIL, (PN)P->pbuf) }
potion_bytes_string  335 core/syntax.y         q2 { $$ = potion_bytes_string(P, PN_NIL, (PN)P->pbuf) }