HomeSort by: relevance | last modified time | path
    Searched refs:VTRACE (Results 1 - 15 of 15) sorted by relevancy

  /src/bin/sh/
parser.c 607 VTRACE(DBG_PARSE, ("bogus %snegate command\n",
645 VTRACE(DBG_PARSE, ("simplcmd: bogus TNOT recognized\n"));
688 VTRACE(DBG_PARSE, ("Function '%s' seen @%d\n",
716 VTRACE(DBG_PARSE, ("bogus %snegate simplecmd\n",
746 VTRACE(DBG_PARSE, ("Fix redir %s %d\n", text, err));
780 VTRACE(DBG_PARSE, ("Here document %d @%d\n", n->type, plinno));
944 VTRACE(DBG_PARSE,
995 VTRACE(DBG_PARSE, ("Reprocessing %d line here doc from %d\n",
1045 VTRACE(DBG_PARSE,
1054 VTRACE(DBG_PARSE
    [all...]
arith_token.c 99 VTRACE(DBG_ARITH, ("Arith token ARITH_NUM=%jd\n",
117 VTRACE(DBG_ARITH, ("Arith token ARITH_VAR=\"%s\"\n",
128 VTRACE(DBG_ARITH, ("Arith: newline\n"));
260 VTRACE(DBG_ARITH, ("Arith token: %d\n", token));
histedit.c 161 VTRACE(DBG_HISTORY, ("el_init() %sed\n",
185 VTRACE(DBG_HISTORY, ("line editing disabled\n"));
194 VTRACE(DBG_HISTORY, ("reading $EDITRC\n"));
211 VTRACE(DBG_HISTORY, ("line editing & history disabled\n"));
386 VTRACE(DBG_HISTORY, ("History_FD_Renumbered(%d,%d)-> %d\n",
413 VTRACE(DBG_HISTORY, ("HistClose(%p) != %p\n", cookie, &History_fd));
441 VTRACE(DBG_HISTORY, ("open_history_file(\"%s\", %#x) -> %d\n",
448 VTRACE(DBG_HISTORY, ("history file fstat(%d) failed [%d]\n",
455 VTRACE(DBG_HISTORY,
475 VTRACE(DBG_HISTORY, ("History_File_Open(\"%s\") -> %d", name, n))
    [all...]
redir.c 189 VTRACE(DBG_REDIR, ("popredir %d%s: %s",
198 VTRACE(DBG_REDIR, (" closed\n"));
201 VTRACE(DBG_REDIR,
210 VTRACE(DBG_REDIR, (" was closed\n"));
213 VTRACE(DBG_REDIR,
283 VTRACE(DBG_REDIR, ("redir %d (max=%d limit=%ld) ",
289 VTRACE(DBG_REDIR, ("!cloexec\n"));
302 VTRACE(DBG_REDIR,
354 VTRACE(DBG_REDIR, ("fd %d saved as %d%s ", fd, i,
358 VTRACE(DBG_REDIR, ("%s\n", fd == 0 ? "STDIN" : ""))
    [all...]
trap.c 417 VTRACE(DBG_TRAP, ("trap for %d from %s%s%s to %s%s%s\n", signo,
448 VTRACE(DBG_TRAP, ("clear_traps(%d)\n", vforked));
470 VTRACE(DBG_TRAP, ("free_traps%s\n", traps_invalid ? "(invalid)" : ""));
519 VTRACE(DBG_TRAP, ("setsignal(%d%s) -> %d%s", signo,
555 VTRACE(DBG_TRAP, (" -> %d%s", action, pending ? " *" : ""));
569 VTRACE(DBG_TRAP, (" getsigaction (%d)\n", errno));
572 VTRACE(DBG_TRAP, (" [%s]%s%s", sigact==SIG_IGN ? "IGN" :
598 VTRACE(DBG_TRAP, (" tsig=%d\n", tsig));
634 VTRACE(DBG_TRAP, ("setsignal(%d) - pending, suicide\n", signo));
666 VTRACE(DBG_TRAP, ("ignoresig(%d%s)\n", signo, vforked ? ", VF" : ""))
    [all...]
expand.c 153 VTRACE(DBG_EXPAND|DBG_REDIR, ("expandhere(%p)\n", arg));
156 VTRACE(DBG_EXPAND|DBG_REDIR, ("expandhere() -> %d\n", len));
274 VTRACE(DBG_EXPAND, ("argstr returning at \"\" "
283 VTRACE(DBG_EXPAND, ("argstr returning at \"%.6s\"..."
358 VTRACE(DBG_EXPAND, ("argstr evalvar "
372 VTRACE(DBG_EXPAND, ("argstr expbackq added \"%s\" "
382 VTRACE(DBG_EXPAND, ("argstr expari "
486 VTRACE(DBG_EXPAND, (" ->\"%s\"", home ? home : "<<NULL>>"));
543 VTRACE(DBG_EXPAND, ("removerecordregions(%d):", endoff));
545 VTRACE(DBG_EXPAND, (" none\n", endoff))
    [all...]
jobs.c 410 VTRACE(DBG_JOBS, (
478 VTRACE(DBG_JOBS, ("showjob: freeing job %d\n",
620 VTRACE(DBG_JOBS|DBG_INPUT, ("repaired tty process group\n"));
826 VTRACE(DBG_WAIT, ("wait %s%s%sfound %d candidates (last %s)\n",
850 VTRACE(DBG_WAIT, ("wait waiting (%d remain): ", found));
869 VTRACE(DBG_WAIT, ("found @%d/%d state: %d\n", njobs-i, njobs,
904 VTRACE(DBG_WAIT, (
911 VTRACE(DBG_WAIT, (" save"));
927 VTRACE(DBG_WAIT, (" (for %s)", fpid));
932 VTRACE(DBG_WAIT, (" free"))
    [all...]
arithmetic.c 118 VTRACE(DBG_ARITH, ("Arith var lookup(\"%s\") with lno=%d\n", varname,
161 VTRACE(DBG_ARITH, ("Arith do binop %d (%jd, %jd)\n", op, a, b));
212 VTRACE(DBG_ARITH, ("Arith primary: token %d op %d%s\n",
276 VTRACE(DBG_ARITH, ("Arith: binop2 %jd op %d (P:%d)%s\n",
324 VTRACE(DBG_ARITH, ("Arith: AND %jd%s\n", a, noeval ? " noeval" : ""));
344 VTRACE(DBG_ARITH, ("Arith: OR %jd%s\n", a, noeval ? " noeval" : ""));
364 VTRACE(DBG_ARITH, ("Arith: ?: %jd%s\n", a, noeval ? " noeval" : ""));
394 VTRACE(DBG_ARITH, ("Arith: %s ASSIGN %d%s\n", val.name, op,
415 VTRACE(DBG_ARITH, ("Arith: comma discarding %jd%s\n", result,
445 VTRACE(DBG_ARITH, ("Arith found %d newlines\n", nls))
    [all...]
shell.h 134 #define VTRACE(when, param) do { \
196 /* use VTRACE(DBG_ALWAYS, (...)) to test this one */
199 /* DBG_EXTRAS 0 .. 9 (max) only - non-alpha options (no VTRACE !!) */
219 #define VTRACE(when, param) /* conditional verbose trace */
input.c 427 VTRACE(DBG_INPUT,
471 VTRACE(DBG_INPUT, ("popstring()%s%s%s nl=%d ll=%d \"%.*s\"\n",
556 VTRACE(DBG_INPUT, ("setinputfd(%d, %spush)\n", fd, push?"":"no"));
610 VTRACE(DBG_INPUT,
647 VTRACE(DBG_INPUT,
eval.c 268 VTRACE(DBG_EVAL, ("evaltree(%s) called\n",
414 VTRACE(DBG_EVAL, ("evalloop done\n"));
949 VTRACE(DBG_EVAL, ("evalcommand arg: %s\n", sp->text));
1009 VTRACE(DBG_CMDS, ("No command name, assume \"command\"\n"));
1025 VTRACE(DBG_CMDS, ("Command %s type %d\n", argv[0],
1046 VTRACE(DBG_CMDS, ("Command \"command\"\n"));
1051 VTRACE(DBG_CMDS,
1141 VTRACE(DBG_EVAL, ("vfork() failed, errno=%d\n",
1153 VTRACE(DBG_EVAL|DBG_ERRS|
1305 VTRACE(DBG_EVAL
    [all...]
var.c 520 VTRACE(DBG_VARS, ("setvareq([%s],%#x) aflag=%d ", s, flags, aflag));
525 VTRACE(DBG_VARS, ("was [%s] fl:%#x\n", vp->text,
583 VTRACE(DBG_VARS, ("new noset\n"));
596 VTRACE(DBG_VARS, ("new [%s] (%d) %#x\n", s, nlen, vp->flags));
756 VTRACE(DBG_VARS, ("environment: %s\n", ep[-1]));
1286 VTRACE(DBG_VARS, ("poplocalvar %s\n", vp ? vp->text : "-"));
error.c 224 VTRACE(DBG_ERRS|DBG_PROCS|DBG_CMDS, ("sh_exit(%d)\n", rval));
exec.c 243 VTRACE(DBG_CMDS, ("execve(cmd=%s) returned ENOEXEC\n", cmd));
664 VTRACE(DBG_CMDS, ("searchexec \"%s\": no change\n",
708 VTRACE(DBG_CMDS, ("searchexec \"%s\" returns \"%s\"\n", name,
  /src/sys/sys/
trace.h 77 #define TR_STAMP 45 /* user said vtrace(VTR_STAMP, value); */
87 * Specifications of the vtrace() system call, which takes one argument.
89 #define VTRACE 64+51

Completed in 35 milliseconds