Lines Matching refs:dumpf
99 dumpf(d, "none");
102 dumpf(d, "boolean(%s)",
106 dumpf(d, "integer(%d)", value->u.integer);
109 dumpf(d, "string(%s)", value->u.string);
112 dumpf(d, "function(%p)", value->u.function);
332 dumpf(d, "--- environment ---\n");
334 dumpf(d, " key=%s,", *key);
335 dumpf(d, " value=");
338 dumpf(d, "\n");
491 dumpf(d, "%*s(none)", indent, "");
494 dumpf(d, "%*s%s", indent, "",
498 dumpf(d, "%*s%d", indent, "", value->u.integer);
501 dumpf(d, "%*s%s", indent, "", value->u.string);
504 dumpf(d, "%*s%p", indent, "", value->u.function);
518 dumpf(d, "%*snone", indent, "");
521 dumpf(d, "%*sliteral", indent, "");
525 dumpf(d, "%*svariable (%s)", indent, "",
529 dumpf(d, "%*scompound", indent, "");