Searched refs:show (Results 1 - 18 of 18) sorted by relevance

/ast/src/cmd/pax/
H A Drpm2cpio.sh36 [n:show?Show the underlying \bpax\b(1) command but do not execute.]
56 show=
60 n) show="print --" ;;
73 $show pax $options -r -f "$input" -w -x cpio
H A Dbio.c30 #define show(s,n) fmtquote(s,NiL,NiL,(n)>64?64:(n),0) macro
395 message((-8, "read(%s,%d): %s", ap->name, c, show(ap->io->last, c)));
522 message((-7, "bread(%s,%I*d@%I*d) %s: %s", ap->name, sizeof(r), r, sizeof(ap->io->count), ap->io->count, bstatus(ap->io), show(b, r)));
548 message((-7, "bunread(%s,%d@%I*d) %s: %s", ap->name, n, sizeof(ap->io->count), ap->io->count, bstatus(ap->io), show(ap->io->next, n)));
643 message((-7, "bget(%s,%I*d@%I*d,%d): %s", ap->name, sizeof(n), n, sizeof(ap->io->count), ap->io->count, must, show(b, n)));
792 message((-8, "write(%s,%d): %s", ap->name, c, show(ap->io->next, c)));
801 message((-8, "write(%s,%d): %s", ap->name, c, show(ap->io->next, c)));
839 message((-7, "bwrite(%s,%I*d@%I*d): %s", ap->name, sizeof(n), n, sizeof(ap->io->count), ap->io->count + n, show(b, n)));
871 message((-7, "bwrite(%s,%I*d@%I*d): %s", ap->name, sizeof(n), n, sizeof(ap->io->count), ap->io->count + n, show(b, n)));
898 message((-8, "write(%s,%ld): %s", ap->name, c, show(a
[all...]
H A Dtar.sh84 [33:show?Show but do not execute the underlying \bpax\b(1) command.]
/ast/src/cmd/tw/
H A Dlocate.sh35 [n:show?Show underlying \btw\b(1) command but do not execute.]
67 show=
74 n) show="print --"
102 $show tw -d / $opts $db -f "$@"
H A Dupdatedb.sh71 [n:show?Show the underlying the \btw\b(1) command but do not execute.]
101 show=
146 n) show="print --"
248 ?*) case $show in
254 $show $su tw $options -F "$output" -G "$format" "$expr" $dirs
/ast/src/lib/libcmd/
H A Ddate.c180 "[s:show?Show the date without setting the system time.]"
302 int show = 0; /* show date and don't set */ local
321 show = 1;
355 show = 1;
402 show = 1;
423 show = 1;
434 show = 1;
464 show = 1;
483 show
[all...]
H A Dchmod.c114 "[n:show?Show actions but do not change any file modes.]"
173 int show = 0; local
202 show = 1;
296 if (show || (*chmodf)(ent->fts_accpath, mode) >= 0)
/ast/src/cmd/msgcc/
H A Dmsgadmin.sh46 [n:show?Show commands but do not execute.]
85 typeset all cache dialect=- exec force omit op show verbose
97 n) exec=print show=-n ;;
156 translate -lmv $all $cache $debug $omit $show $dialect "$@"
/ast/src/cmd/3d/
H A D3d.sh212 show=
245 n) show="print -u2 --" ;;
354 */2d) $show vpath $mount ;;
369 case $show in
372 "") $show __="'$__'" exec $shell "$@" ;;
373 *) $show __="'$__'" $exp exec $shell "$@" ;;
/ast/src/cmd/ie/
H A Die.sh23 typeset env histfile show command opt prefix dll suffix ifs root path s
85 n) show=print ;;
203 case $show in
205 *) $show $env $command "$@" ;;
/ast/src/cmd/warp/
H A Dwarp.sh23 typeset env show command opt prefix dll suffix ifs root path s
133 n) show=print ;;
281 case $show in
283 *) $show $env $command "$@" ;;
/ast/src/cmd/mailx/
H A Dnames.c290 int show; member in struct:__anon149
302 if (wm->show)
349 if (wm->show)
360 usermap(struct header* hp, int show) argument
372 wm.show = show;
380 if (wm.show)
H A Dcmd3.c352 int show = 0; local
364 show = 1;
370 show = 1;
374 show = -1;
375 if (show < 0 || chdir(cp) < 0) {
385 if (show)
/ast/src/cmd/INIT/
H A Dpackage.sh46 *" debug "*|*" DEBUG "*|*" show "*)
147 [+never?Run make -N and show other actions.]
152 [+show?Run make -n and show other actions.]
580 show=:
611 exec=echo make=echo show=echo
632 show) exec=echo noexec=-n
973 never Run make -N; otherwise show other actions.
977 show Run make -n; otherwise show othe
[all...]
H A Diffe.sh186 $show "$command: test:" $yy $ii $mm "...$SHOW" >&$stderr
210 $show "$command: test:" $yy $ii $mm "...$SHOW" >&$stderr
239 $show "$command: test:" $yy $ii $mm "...$SHOW" >&$stderr
1275 aha) show='print -n' SHOW='' ;;
1277 -n*) show=echo SHOW='\c' ;;
1278 *) show='echo -n' SHOW='' ;;
1648 show=echo
1653 show=echo
1660 show=echo
/ast/src/lib/libast/misc/
H A Doptget.c386 show(register char* s) function
602 message((-22, "optget: skip t1=%c t2=%c t3=%c n=%d b=%d `%s'", t1 ? t1 : '@', t2 ? t2 : '@', t3 ? t3 : '@', n, b, show(s - 1)));
1807 message((-21, "opthelp: txt#%d +++ %2d \"%s\" style=%d level=%d bump=%d", line, ++depth, show(p), style, level, bump));
1809 message((-21, "opthelp: txt#%d --- %2d \"%s\"", line, depth--, show(p)));
1968 message((-21, "textout#%d s=%s", __LINE__, show(s)));
2110 message((-21, "textout#%d s=%s", __LINE__, show(s)));
2952 message((-20, "opthelp: opt %s", show(p)));
3188 message((-21, "opthelp: arg %s", show(p)));
4742 message((-20, "optget: opt %s c %c w %s num %ld", show(s), c, w, num));
5144 message((-21, "optget: opt %s", show(
[all...]
/ast/src/lib/libcs/
H A Dcss.c498 goto show;
563 show:
587 goto show;
/ast/src/cmd/ksh93/tests/
H A Dsubstring.sh598 [[ ${ print -v .sh.match;} ]] && err_exit 'print -v should show .sh.match empty when there are no matches'

Completed in 143 milliseconds