Lines Matching defs:field
58 typedef struct Position_s /* field position */
60 int field; /* field offset */
71 int index; /* field definition index */ \
94 Rskeyfield_t global; /* global field info */ \
95 Rskeyfield_t* prev; /* previous field list tail */ \
96 int index; /* last field index */ \
97 int maxfield; /* max field position */ \
98 unsigned char** positions; /* field start positions */ \
99 } field; /* key field info */ \
104 } accumulate; /* accumulate field info */ \