/[global]/global/libutil/gtagsop.h
ViewVC logotype

Diff of /global/libutil/gtagsop.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.26 by shigio, Fri Jul 22 23:34:10 2005 UTC revision 1.27 by shigio, Tue Oct 11 00:52:26 2005 UTC
# Line 28  Line 28 
28  #include "dbop.h"  #include "dbop.h"
29  #include "idset.h"  #include "idset.h"
30  #include "strbuf.h"  #include "strbuf.h"
31    #include "strhash.h"
32  #include "varray.h"  #include "varray.h"
33    
34  #define VERSIONKEY      " __.VERSION"  #define VERSIONKEY      " __.VERSION"
# Line 60  Line 61 
61  #define GTOP_IGNORECASE         16      /* ignore case distinction */  #define GTOP_IGNORECASE         16      /* ignore case distinction */
62  #define GTOP_BASICREGEX         32      /* use basic regular expression */  #define GTOP_BASICREGEX         32      /* use basic regular expression */
63    
 struct gtop_compact_entry {  
         struct gtop_compact_entry *next;  
         VARRAY *vb;                     /* array of line numbers */  
         char tag[1];  
 };  
   
64  typedef struct {  typedef struct {
65          DBOP *dbop;                     /* descripter of DBOP */          DBOP *dbop;                     /* descripter of DBOP */
66          int format_version;             /* format version */          int format_version;             /* format version */
# Line 88  typedef struct { Line 83  typedef struct {
83          FILE *fp;                       /* descriptor of 'path' */          FILE *fp;                       /* descriptor of 'path' */
84          const char *lnop;               /* current line number */          const char *lnop;               /* current line number */
85          int lno;                        /* integer value of 'lnop' */          int lno;                        /* integer value of 'lnop' */
86          struct gtop_compact_entry **htab;/* hash table */          STRHASH *pool;                  /* record pool for compact format */
87  } GTOP;  } GTOP;
88    
89  const char *dbname(int);  const char *dbname(int);

Legend:
Removed from v.1.26  
changed lines
  Added in v.1.27

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26