Home
last modified time | relevance | path

Searched refs:noheader (Results 1 – 7 of 7) sorted by relevance

/illumos-gate/usr/src/cmd/mailx/
H A Dmain.c274 noheader++; in main()
413 if (msgCount > 0 && !noheader && value("header") != NOSTR) { in main()
H A Dinit.c111 char noheader; /* Suprress initial header listing */ variable
H A Dlex.c844 if (msgCount > 0 && !noheader) { in announce()
/illumos-gate/usr/src/cmd/mailx/hdr/
H A Dglob.h98 extern char noheader; /* Suprress initial header listing */
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppdump/
H A Dzlib.c223 int noheader; /* suppress zlib header and adler32 */ member
600 int noheader = 0; local
611 noheader = 1;
623 s->noheader = noheader;
680 if (s->noheader < 0) {
681 s->noheader = 0; /* was set to -1 by deflate(..., Z_FINISH); */
683 s->status = s->noheader ? BUSY_STATE : INIT_STATE;
840 if (state->noheader) return Z_STREAM_END;
849 state->noheader = -1; /* write the trailer only once! */
889 if (!state->noheader) {
/illumos-gate/usr/src/uts/common/io/ppp/spppcomp/
H A Dzlib.c368 int noheader; /* suppress zlib header and adler32 */ member
860 int noheader = 0; local
892 noheader = 1;
906 s->noheader = noheader;
1012 if (s->noheader < 0) {
1014 s->noheader = 0;
1016 s->status = s->noheader ? BUSY_STATE : INIT_STATE;
1252 if (s->noheader)
1263 s->noheader = -1; /* write the trailer only once! */
1395 if (!((deflate_state *)(strm->state))->noheader) {
/illumos-gate/usr/src/uts/common/io/aac/
H A Daac.c8039 aac_cmn_err(struct aac_softstate *softs, uint_t lev, char sl, int noheader) in aac_cmn_err() argument
8041 if (noheader) { in aac_cmn_err()