bin/sh/expand.c
1096
VTRACE(DBG_EXPAND,
bin/sh/expand.c
1212
VTRACE(DBG_EXPAND, ("varvalue(%c%s, sub=%d, fl=%#x)", *name,
bin/sh/expand.c
1253
VTRACE(DBG_EXPAND, (": %.*s\n", LENGTH, START));
bin/sh/expand.c
1258
VTRACE(DBG_EXPAND, (": $@ split (%d)\n",
bin/sh/expand.c
1274
VTRACE(DBG_EXPAND,
bin/sh/expand.c
1298
VTRACE(DBG_EXPAND,
bin/sh/expand.c
1316
VTRACE(DBG_EXPAND, (": \"%s\"\n", showstr(START, LENGTH)));
bin/sh/expand.c
1336
VTRACE(DBG_EXPAND, (": \"%s\"\n", showstr(START, LENGTH)));
bin/sh/expand.c
1342
VTRACE(DBG_EXPAND, ("(%d)", num));
bin/sh/expand.c
1344
VTRACE(DBG_EXPAND, (": %.*s\n", LENGTH, START));
bin/sh/expand.c
1361
VTRACE(DBG_EXPAND, ("recordregion(%d,%d,%d)\n", start, end, inquotes));
bin/sh/expand.c
1402
VTRACE(DBG_EXPAND, ("ifsbreakup(\"%s\")", showstr(string, (int)len)));
bin/sh/expand.c
1405
VTRACE(DBG_EXPAND, ("no regions\n", string));
bin/sh/expand.c
1417
VTRACE(DBG_EXPAND, ("\n%d..%d%s !%s!(%d)",
bin/sh/expand.c
1433
VTRACE(DBG_EXPAND,
bin/sh/expand.c
1456
VTRACE(DBG_EXPAND,
bin/sh/expand.c
1495
VTRACE(DBG_EXPAND, (" T(%zu)<%s>", strlen(start),
bin/sh/expand.c
1502
VTRACE(DBG_EXPAND, ("\n"));
bin/sh/expand.c
153
VTRACE(DBG_EXPAND|DBG_REDIR, ("expandhere(%p)\n", arg));
bin/sh/expand.c
156
VTRACE(DBG_EXPAND|DBG_REDIR, ("expandhere() -> %d\n", len));
bin/sh/expand.c
1694
CTRACE(DBG_EXPAND|DBG_MATCH, ("expmeta(\"%s\")\n", name));
bin/sh/expand.c
187
CTRACE(DBG_EXPAND, ("expandarg(fl=%#x)\n", flag));
bin/sh/expand.c
201
CTRACE(DBG_EXPAND,
bin/sh/expand.c
208
CTRACE(DBG_EXPAND, ("expandarg: arglist got (%zu) \"%s\"\n",
bin/sh/expand.c
264
CTRACE(DBG_EXPAND, ("argstr(\"%s\", %#x)%s\n",
bin/sh/expand.c
274
VTRACE(DBG_EXPAND, ("argstr returning at \"\" "
bin/sh/expand.c
283
VTRACE(DBG_EXPAND, ("argstr returning at \"%.6s\"..."
bin/sh/expand.c
358
VTRACE(DBG_EXPAND, ("argstr evalvar "
bin/sh/expand.c
372
VTRACE(DBG_EXPAND, ("argstr expbackq added \"%s\" "
bin/sh/expand.c
382
VTRACE(DBG_EXPAND, ("argstr expari "
bin/sh/expand.c
467
CTRACE(DBG_EXPAND, ("exptilde, found \"~%s\"", user));
bin/sh/expand.c
486
VTRACE(DBG_EXPAND, (" ->\"%s\"", home ? home : "<<NULL>>"));
bin/sh/expand.c
499
CTRACE(DBG_EXPAND, (": returning unused \"%s\"\n", startp));
bin/sh/expand.c
531
CTRACE(DBG_EXPAND, (": added %d \"%.*s\" returning \"%s\"\n",
bin/sh/expand.c
543
VTRACE(DBG_EXPAND, ("removerecordregions(%d):", endoff));
bin/sh/expand.c
545
VTRACE(DBG_EXPAND, (" none\n", endoff));
bin/sh/expand.c
550
VTRACE(DBG_EXPAND, (" first(%d)", ifsfirst.endoff));
bin/sh/expand.c
562
VTRACE(DBG_EXPAND,("->(%d,%d)",ifsfirst.begoff,endoff));
bin/sh/expand.c
566
VTRACE(DBG_EXPAND, ("\n"));
bin/sh/expand.c
573
VTRACE(DBG_EXPAND, (" found(%d,%d)",ifslastp->begoff,ifslastp->endoff));
bin/sh/expand.c
584
VTRACE(DBG_EXPAND, ("->(%d,%d)", ifslastp->begoff, ifslastp->endoff));
bin/sh/expand.c
620
VTRACE(DBG_EXPAND, ("expari%s: \"%s\" begoff %d\n",
bin/sh/expand.c
649
VTRACE(DBG_EXPAND, ("expari: adding %d \"%s\", returning \"%.5s...\"\n",
bin/sh/expand.c
676
VTRACE(DBG_EXPAND, ("expbackq( ..., q=%d flag=%#x) have %d\n",
bin/sh/expand.c
703
VTRACE(DBG_EXPAND, ("expbackq: read returns %d\n", i));
bin/sh/expand.c
742
CTRACE(DBG_EXPAND, ("evalbackq: [%d] size=%d: \"%.*s\"\n",
bin/sh/expand.c
761
VTRACE(DBG_EXPAND, ("subevalvar(%d) \"%.20s\" ${%.*s} sloc=%d vf=%x\n",
bin/sh/expand.c
815
VTRACE(DBG_EXPAND,
bin/sh/expand.c
931
CTRACE(DBG_EXPAND,
bin/sh/parser.c
2633
VTRACE(DBG_PARSE|DBG_EXPAND, ("getprompt %d\n", whichprompt));
bin/sh/parser.c
2650
VTRACE(DBG_PARSE|DBG_EXPAND, ("prompt <<%s>>\n", p));
bin/sh/parser.c
2655
VTRACE(DBG_PARSE|DBG_EXPAND, ("prompt -> <<%s>>\n", cp));
bin/sh/show.c
1074
{ 'x', DBG_EXPAND }, /* word expansion ${} $() $(( )) */
bin/sh/show.c
1087
{ '_', DBG_PARSE | DBG_EVAL | DBG_EXPAND | DBG_JOBS | DBG_SIG |