Included Files
- #include <mplib1/dl_list.h>
- #include <mplib1/fprintfile.h>
- #include <mplib1/timestamp.h>
- #include <mplib1/cfg_file.h>
- #include <mplib1/stricmp.h>
- #include <mplib1/gdbm_util.h>
- struct walk_det
- {
- FILE* fh;
- GDBM_FILE gfile;
- int (*dfunc)(FILE*,char*,void*);
- int do_data;
- int flags;
- }
Local Variables
sort_list
static List sort_list
- Used in:
-
int gdbm_index_dump ( FILE* fp, struct gdbm_help* gptr, int flags, int (*dfunc)(FILE*,char*,void*) )
- Prototyped in:
-
- Calls:
-
- References Functions:
-
- References Variables:
-
static int add_to_list ( char* key )
- Calls:
-
- Called by:
-
- References Variables:
-
static void disp_item ( Node* nptr, struct walk_det* wdp )
- Calls:
- fprintf(), free(), gdbm_fetch(), strlen()
- Called by:
-
- Used in:
-
static void free_item ( Node* nptr )
- Calls:
-
- Used in:
-