|
Defines |
| #define | MAXLINELEN 512 |
| #define | cval (hasoth ? c->otherval : (c->val != NULL ? c->val : &zero)) |
| #define | clen (hasoth ? c->othlen : c->len) |
| #define | ctype (hasoth ? c->othtype : c->type) |
Functions |
| answer_t * | fdbfs_askfunc_std (answer_t *buf, answer_t *def, const char *fieldname, const char *name, const char *filen, enum DataType dt, struct EnumHead *ehead, struct EnumSubElem *subhead) |
| int | fdbfs_index_file (fdbfs_t *f, const char *filename, const char *cat, int batch, int useplugs, int forceupdate, fields_t *fields) |
| int | fdbfs_index_dir (fdbfs_t *f, char **dirs, const char *cat, int useplugs, int batch, int nocase, const char *re, int recurse, fields_t *defs) |