HomeSort by: relevance | last modified time | path
    Searched defs:noheader (Results 1 - 3 of 3) sorted by relevancy

  /src/games/phantasia/
main.c 89 bool noheader = FALSE; /* set if don't want header */ local in function:main
101 noheader = TRUE;
153 if (!noheader) {
  /src/bin/ps/
print.c 155 static int noheader = 0; local in function:printheader
167 noheader = 1;
172 if (noheader)
  /src/sys/net/
zlib.c 375 int noheader; /* suppress zlib header and adler32 */ member in struct:deflate_state
817 int noheader = 0; local in function:deflateInit2_
846 noheader = 1;
859 s->noheader = noheader;
956 if (s->noheader < 0) {
957 s->noheader = 0; /* was set to -1 by deflate(..., Z_FINISH); */
959 s->status = s->noheader ? BUSY_STATE : INIT_STATE;
1167 if (s->noheader) return Z_STREAM_END;
1176 s->noheader = -1; /* write the trailer only once! *
    [all...]

Completed in 15 milliseconds