show
int show = (!obj->oinvis || See_invisible) &&
if (obj->odx != obj->ox || obj->ody != obj->oy || !show)
if (show && !vism_at(obj->ox, obj->oy)) {
int show = (Blind && Telepat) || canseemon(mon);
if (mon->mdx != mon->mx || mon->mdy != mon->my || !show)
if (show && !mon->mdispl) {
relobj(struct monst *mtmp, int show)
if (show & cansee(mtmp->mx, mtmp->my))
if (show & cansee(mtmp->mx, mtmp->my))
static void show(const char *);
show("");
show("...-.-"); /* SK */
show(alph[c - (isupper(c) ? 'A' : 'a')]);
show(digit[c - '0']);
show(""); /* could show BT for a pause */
show(other[i].morse);
void display_set_obp(int which, bool show);
void display_set_dbp(int which, bool show);
display_set_obp(int which, bool show)
obp[which] = show;
display_set_dbp(int which, bool show)
dbp[which] = show;
show(tz, argv[i], now, false);
show(tz, argv[i], t, true);
show(tz, argv[i], newt - 1, true);
show(tz, argv[i], newt, true);
show(tz, argv[i], absolute_max_time, true);
show(tz, zone, t - 1, true);
show(tz, zone, t, true);
static void show(timezone_t, char *, time_t, bool);
bool show = false;
show = true;
if (show)
show(argv[0]);
show(dp->d_name + 1);
XXX: Should we make a table so we can show a name?
_X(show, NULL) \
return entry > 0 ? show_one(gpt, entry, xshow) : show(gpt, xshow);
void show(int, char * const *, int);
show(argc, argv, Lflag|nflag|Tflag|verbose);
tab->show();
_main->show();
virtual void show(void) {
show("sending", &msg);
show("got", &msg);
show(fp2, col2, line2);
show(fp1, col1, line1);
static void show(FILE *, const char *, char *);
changetype(int newtype, int show)
if (ftp_debug == 0 && show == 0)
{ "show", show, S, CMP(S) T|M|RAWLIST, 0, 1000 },
int show(void *);
void (*show)(struct filemon *, const struct filemon_state *,
S->show(F, S, ret);
void (*show)(struct filemon *, const struct filemon_state *,
S->show = show;
getinfo(&s, show);
switch (show) {
show = SHOW_COUNTS;
show = SHOW_TIMES;
show = SHOW_COUNTS | SHOW_TIMES;
static int show = SHOW_COUNTS;
show(ofp, prevline);
show(ofp, prevline);
static void show(FILE *, const char *);
static void show(const char *, time_t);
show(lp->name, lp->secs);
show("total", Total);
show("flags", "0x%x", le16toh(lct->flags));
show("iop flags", "0x%x", le32toh(lct->iopflags));
show("lct change indicator", "%d", le32toh(lct->changeindicator));
show("lct entry", "%d", i);
show("entry size", "%d bytes", le16toh(ent->entrysize) << 2);
show("local tid", "%d", le16toh(ent->localtid) & 4095);
show("change indicator", "%d", le32toh(ent->changeindicator));
show("flags", "%x", le32toh(ent->deviceflags));
show("class id", "%x (%s)", classid & 4095,
show("version", "%x", (classid >> 12) & 15);
show("organisation id", "%x", classid >> 16);
show("subclass info", "%x", le32toh(ent->subclassinfo));
show("user tid", "%d", usertid & 4095);
show("parent tid", "%d", (usertid >> 12) & 4095);
show("bios info", "%d", (usertid >> 24) & 255);
show("identity tag", "<%s>", ident);
show("event caps", "%x", le32toh(ent->eventcaps));
show("organization id", "%d", le16toh(status.orgid));
show("iop id", "%d", le32toh(status.iopid) & 4095);
show("host unit id", "%d", (le32toh(status.iopid) >> 16));
show("segment number", "%d", segnumber & 4095);
show("i2o version", "%d", (segnumber >> 12) & 15);
show("iop state", "%d", (segnumber >> 16) & 255);
show("messenger type", "%d", segnumber >> 24);
show("inbound frame sz", "%d", le16toh(status.inboundmframesize));
show("init code", "%d", status.initcode);
show("max inbound queue depth", "%d",
show("inbound queue depth", "%d",
show("max outbound queue depth", "%d",
show("product id string", "<%s>", ident);
show("expected lct size", "%d", le32toh(status.expectedlctsize));
show("iop capabilities", "0x%08x", le32toh(status.iopcaps));
show("desired priv mem sz", "0x%08x",
show("current priv mem sz", "0x%08x",
show("current priv mem base", "0x%08x",
show("desired priv io sz", "0x%08x",
show("current priv io sz", "0x%08x",
show("current priv io base", "0x%08x",
show("ddm tid", "%d", le16toh(p.di.ddmtid) & 4095);
show("module name", "%s", ident);
show("module revision", "%s", ident);
show("serial # format", "%d", p.di.snformat);
show("serial #", "%08x%08x%08x", serial[0], serial[1], serial[2]);
show("class id", "%d (%s)", le32toh(p.di.classid) & 4095,
show("owner tid", "%d", le32toh(p.di.ownertid) & 4095);
show("parent tid", "%d", le32toh(p.di.parenttid) & 4095);
show("vendor", "<%s>", ident);
show("product", "<%s>", ident);
show("description", "<%s>", ident);
show("revision level", "<%s>", ident);
show(line + 1, fname, j);
void show(const char *, const char *, int);
static int show(int, int, const char * const);
for (n = 0; show(vdisk, n, 0); n++)
if (!show(vdisk, -1, vn))