Main Page   Alphabetical List   Compound List   File List   Compound Members   File Members  

cgrep.c File Reference

Implementation of an agrep-like search program over Huffword compressed files, and with additional capabilities such as proximity search. More...

#include "CGrepLib.h"
#include <fcntl.h>

Go to the source code of this file.


Detailed Description

Implementation of an agrep-like search program over Huffword compressed files, and with additional capabilities such as proximity search.

Author:
Paolo Ferragina and Alessandro Tommasi, Dipartimento di Informatica, Pisa (Italy)
Date:
March 2003
Released under LGPL (see LICENSE file for license terms)

Definition in file cgrep.c.


Define Documentation

#define DECOMPRESS_NEXT a,
b,
c,
d,
e,
f,
g,
 
 

Value:

if ( a ) \
     HDecompress_nextBlock_tokens_spaceless(b, c, d, e, f, g, h); \
  else \
     HDecompress_nextBlock_tokens(b, c, d, e, f, g, h); \

Definition at line 38 of file cgrep.c.

#define DECOMPRESS_PREVIOUS a,
b,
c,
d,
e,
f,
g,
 
 

Value:

if ( a ) \
     HDecompress_previousBlock_tokens_spaceless(b, c, d, e, f, g, h); \
  else \
     HDecompress_previousBlock_tokens(b, c, d, e, f, g, h); \

Definition at line 32 of file cgrep.c.


Generated on Mon Mar 31 14:44:31 2003 by doxygen1.2.14 written by Dimitri van Heesch, © 1997-2002