Searched refs:terse (Results 1 - 5 of 5) sorted by relevance

/ast/src/lib/libcs/
H A Dmsglist.c101 msglist(Sfio_t* sp, register Msg_call_t* msg, int flags, unsigned long terse) argument
157 if (MSG_MASK(msg->call) & terse) r += sfprintf(sp, " %p", p);
161 if ((msg->call & MSG_VALUE) && !(MSG_MASK(msg->call) & terse))
239 if (MSG_MASK(msg->call) & terse) r += sfprintf(sp, " %p", vp);
/ast/src/cmd/cs/
H A Dcs.c78 "[T:terse?Used with \b--cat\b to list terse messages for the calls in"
361 msgcat(register Sfio_t* sp, register int flags, unsigned long call, unsigned long terse) argument
372 msglist(sfstdout, &msg, flags, terse);
395 unsigned long terse = 0; local
462 terse = msgsetmask(opt_info.arg);
520 return msgcat(sp, msg, call, terse) != 0;
659 terse = streq(attr, "name");
666 if (!terse && (hostenv || n))
677 if (!terse)
[all...]
/ast/src/cmd/3d/
H A Dinit.c123 if (fs->terse)
125 n += sfsprintf(buf + n, 0, "/terse=");
126 n += msggetmask(buf + n, SHRT_MAX, fs->terse);
168 (fs->terse ? (msggetmask(NiL, 0, fs->terse) + 8) : 0) +
420 fs->terse = getmsgmask(oe);
1005 if (fs->terse)
1007 bprintf(&b, e, " terse=");
1008 b += msggetmask(b, e - b, fs->terse);
H A D3d.h176 unsigned long terse; member in struct:Fs
H A Dfs.c393 if (fs->terse & MSG_MASK(call))

Completed in 21 milliseconds