Lines Matching refs:stkstd
434 bas = stkptr(stkstd, 0);
435 if (off = stktell(stkstd))
436 stkfreeze(stkstd, 0);
439 sfprintf(stkstd, "%s: ", error_state.prefix);
443 sfprintf(stkstd, " ");
445 sfprintf(stkstd, "%s: ", ERROR_translate(NiL, NiL, ast.id, "Usage"));
447 print(stkstd, file, " ");
454 context(stkstd, CONTEXT(error_info.flags, error_info.context));
456 print(stkstd, file, (flags & ERROR_LIBRARY) ? " " : ": ");
459 sfprintf(stkstd, "[");
461 sfprintf(stkstd, "%s %s%s",
466 sfprintf(stkstd, "%s %s",
469 sfprintf(stkstd, "]: ");
475 sfprintf(stkstd, "\"%s\", ", error_info.file);
476 sfprintf(stkstd, "%s %d: ", ERROR_translate(NiL, NiL, ast.id, "line"), error_info.line);
484 sfprintf(stkstd, " %05lu.%05lu.%05lu ", d - error_info.time, (unsigned long)us.tms_utime, (unsigned long)us.tms_stime);
493 sfprintf(stkstd, "%s: ", ERROR_translate(NiL, NiL, ast.id, "warning"));
496 sfprintf(stkstd, "%s: ", ERROR_translate(NiL, NiL, ast.id, "panic"));
503 sfprintf(stkstd, "%s%d:%s", s, level, level > -10 ? " " : "");
505 sfprintf(stkstd, "%s: ", s);
508 sfputc(stkstd, ' ');
509 sfputc(stkstd, ' ');
524 sfprintf(stkstd, "(%s: \"%s\", %s %d) ", error_info.version, file, s, line);
526 sfprintf(stkstd, "(\"%s\", %s %d) ", file, s, line);
532 sfvprintf(stkstd, format, ap);
543 sfprintf(stkstd, " [%s]", fmterror(errno));
549 level = (*error_info.auxilliary)(stkstd, level, flags);
550 sfputc(stkstd, '\n');
561 n = stktell(stkstd);
562 s = stkptr(stkstd, 0);
586 stkset(stkstd, bas, off);