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

  /src/common/dist/zlib/contrib/blast/
Makefile 0 blast: blast.c blast.h
2 cc -DTEST -o blast blast.c
4 test: blast
5 blast < test.pk | cmp - test.txt
8 rm -f blast blast.o
1 blast: blast.c blast.h target
blast.c 0 /* blast.c
3 * For conditions of distribution and use, see copyright notice in blast.h
6 * blast.c decompresses data compressed by the PKWare Compression Library.
8 * the PKWare library, hence the name "blast".
27 * 1.3 24 Aug 2013 - Return unused input from blast()
29 * - Enable the provision of initial input to blast()
34 #include "blast.h" /* prototype for blast() */
382 /* See comments in blast.h */
383 int blast(blast_in infun, void *inhow, blast_out outfun, void *outhow function in typeref:typename:int
    [all...]
  /src/games/warp/
bang.h 9 EXT long blast[YSIZE][XSIZE]; variable in typeref:typename:EXT long[][]
  /src/games/battlestar/
fly.c 56 static void blast(void);
153 blast();
229 blast(void) function in typeref:typename:void
  /src/usr.bin/msgs/
msgs.c 169 int blast = 0; local in function:main
258 blast = lastmsg; /* save upper bound */
319 if (blast != 0) /* never lower the upper bound! */
320 lastmsg = blast;
323 else if (blast > lastmsg)
324 lastmsg = blast;

Completed in 12 milliseconds