Searched defs:show (Results 1 - 6 of 6) sorted by relevance

/ast/src/lib/libcmd/
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)
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...]
/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/pax/
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...]
/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...]

Completed in 23 milliseconds