Lines Matching defs:ofields
223 struct ofields {
224 struct ofields *next, *prev;
502 static char *string_field(struct procpid *tb, struct ofields *field)
640 struct ofields *field;
1053 // Parse one FIELD argument (with optional =name :width) into struct ofields
1056 struct ofields *field;
1081 field = xzalloc(sizeof(struct ofields)+(length+1)*!!title);
1123 static long long get_headers(struct ofields *field, char *buf, int blen)
1218 struct ofields *field;
1336 if (TT.fields) TT.fields = ((struct ofields *)TT.fields)->prev;
1338 if (TT.fields) TT.fields = ((struct ofields *)TT.fields)->next;
1344 struct ofields *field;
1368 struct ofields *field;
1410 struct ofields *field, *field2;
1567 struct ofields field;
1629 struct ofields *field;
1709 ((struct ofields *)TT.kfields)->reverse *= -1;
1773 struct ofields *field = TT.fields;