Lines Matching defs:field
81 #define R 0x01 /* Field is reversed */
85 #define N 0x10 /* Field is a number */
88 #define L 0x80 /* Sort by field length */
124 /* This is the column as seen by struct field. It is used by enterfield.
142 /* A field has an initial and final column; an omitted final column
147 * The first field contain the global flags etc.
150 struct field {
162 typedef int (*get_func_t)(FILE *, RECHEADER *, u_char *, struct field *);
181 length_t enterkey(RECHEADER *, const u_char *, u_char *, size_t, struct field *);
183 void fldreset(struct field *);
185 void fmerge(struct filelist *, int, FILE *, struct field *);
186 void save_for_merge(FILE *, get_func_t, struct field *);
187 void merge_sort(FILE *, put_func_t, struct field *);
188 void fsort(struct filelist *, int, FILE *, struct field *);
189 int geteasy(FILE *, RECHEADER *, u_char *, struct field *);
190 int makekey(FILE *, RECHEADER *, u_char *, struct field *);
191 int makeline(FILE *, RECHEADER *, u_char *, struct field *);
194 __dead void order(struct filelist *, struct field *, int);
200 int setfield(const char *, struct field *, int);