PN_STR_LEN 104 core/ast.c if (!cut) cut = PN_STR_LEN(out); PN_STR_LEN 1165 core/compile.c if ((size_t)PN_STR_LEN(buf) <= sizeof(struct PNBHeader) || PN_STR_LEN 1178 core/compile.c PN count = (PN_STR_LEN(val)+1) << 4; \ PN_STR_LEN 1180 core/compile.c PN_MEMCPY_N(ptr, PN_STR_PTR(val), char, PN_STR_LEN(val)); \ PN_STR_LEN 1181 core/compile.c ptr += PN_STR_LEN(val); \ PN_STR_LEN 1184 core/compile.c PN count = ((PN_STR_LEN(str)+1) << 4) | 2; \ PN_STR_LEN 1186 core/compile.c PN_MEMCPY_N(ptr, PN_STR_PTR(str), char, PN_STR_LEN(str)); \ PN_STR_LEN 1187 core/compile.c ptr += PN_STR_LEN(str); \ PN_STR_LEN 1243 core/compile.c PN_STR_LEN(pnb) = (long)sizeof(struct PNBHeader) + PN_STR_LEN 140 core/file.c case PN_TSTRING: len = PN_STR_LEN(obj); ptr = PN_STR_PTR(obj); break; PN_STR_LEN 330 core/gc.c sz = sizeof(struct PNString) + PN_STR_LEN(ptr) + 1; PN_STR_LEN 123 core/load.c PN_SIZE prefix_len = PN_STR_LEN(prefix); PN_STR_LEN 166 core/load.c char *filename = potion_find_file(P, PN_STR_PTR(file), PN_STR_LEN(file)); PN_STR_LEN 196 core/load.c char *filename = potion_find_file(P, PN_STR_PTR(file), PN_STR_LEN(file)), *file_ext; PN_STR_LEN 590 core/objmodel.c char meta_str[strlen("<metaclass: >") + PN_STR_LEN(name) + 1]; PN_STR_LEN 113 core/string.c int i = 0, dec = 0, sign = 0, len = PN_STR_LEN(self); PN_STR_LEN 127 core/string.c return potion_decimal(P, PN_STR_PTR(self), PN_STR_LEN(self)); PN_STR_LEN 140 core/string.c fwrite(PN_STR_PTR(self), 1, PN_STR_LEN(self), stdout); PN_STR_LEN 237 core/string.c return potion_byte_str2(P, PN_STR_PTR(self), PN_STR_LEN(self)); PN_STR_LEN 245 core/string.c char *s = malloc(PN_STR_LEN(self) + PN_STR_LEN(x)); PN_STR_LEN 248 core/string.c PN_MEMCPY_N(s, PN_STR_PTR(self), char, PN_STR_LEN(self)); PN_STR_LEN 249 core/string.c PN_MEMCPY_N(s + PN_STR_LEN(self), PN_STR_PTR(x), char, PN_STR_LEN(x)); PN_STR_LEN 250 core/string.c str = potion_str2(P, s, PN_STR_LEN(self) + PN_STR_LEN(x)); PN_STR_LEN 271 core/string.c if (len == PN_STR_LEN(self) && index < len) { PN_STR_LEN 334 core/string.c PN_SIZE len = PN_STR_LEN(fstr); PN_STR_LEN 353 core/string.c return PN_NUM(PN_STR_LEN(str)); PN_STR_LEN 362 core/string.c PN_SIZE len = PN_STR_LEN(self); PN_STR_LEN 376 core/string.c fwrite(PN_STR_PTR(self), 1, PN_STR_LEN(self), stdout); PN_STR_LEN 388 core/string.c for (i = 0; i < PN_STR_LEN(self); i++) { PN_STR_LEN 402 core/string.c if (index >= PN_STR_LEN(self) || (signed long)index < 0) PN_STR_LEN 196 front/p2.c if (code && fwrite(PN_STR_PTR(code), 1, PN_STR_LEN(code), plc) == PN_STR_LEN(code)) { PN_STR_LEN 196 front/potion.c (written = fwrite(PN_STR_PTR(code), 1, PN_STR_LEN(code), pnb) == PN_STR_LEN(code))) { PN_STR_LEN 209 front/potion.c compile?compile:"bytecode", written, code?PN_STR_LEN(code):0, outpath); PN_STR_LEN 1533 lib/aio.c PN_TUPLE_EACH(t, i, v, { size += PN_STR_LEN(v) + 1; }); PN_STR_LEN 1638 lib/aio.c int r = uv_fs_write(l, &req->r, PN_INT(fd), PN_STR_PTR(buf), PN_STR_LEN(buf), PN_INT(offset), fs_cb); PN_STR_LEN 107 lib/buffile.c if (!(file = fmemopen(PN_STR_PTR(buf), PN_STR_LEN(buf), PN_STR_PTR(modestr)))) PN_STR_LEN 34 syn/syntax-p5.y if (P->yypos < PN_STR_LEN(P->input)) { \ PN_STR_LEN 36 syn/syntax-p5.y if (P->yypos + max > PN_STR_LEN(P->input)) \ PN_STR_LEN 37 syn/syntax-p5.y result = (PN_STR_LEN(P->input) - P->yypos); \ PN_STR_LEN 30 syn/syntax.y if (P->yypos < PN_STR_LEN(P->input)) { \ PN_STR_LEN 32 syn/syntax.y if (P->yypos + max > PN_STR_LEN(P->input)) \ PN_STR_LEN 33 syn/syntax.y result = (PN_STR_LEN(P->input) - P->yypos); \