Searched defs:_dir_struc (Results 1 – 1 of 1) sorted by relevance
33 typedef struct _dir_struc struct35 char *start; /* starting position */36 char *curr; /* current position */37 long size; /* allocated size of string table */38 long nfiles; /* number of filenames in table */39 struct direct dirstr; /* directory structure to return */40 void* handle; /* system handle */41 char *end; /* position after last filename */