Lines Matching refs:ofields
223 struct ofields { struct
224 struct ofields *next, *prev; argument
502 static char *string_field(struct procpid *tb, struct ofields *field) in string_field()
632 struct ofields *field; in show_ps()
1048 struct ofields *field; in parse_ko()
1073 field = xzalloc(sizeof(struct ofields)+(length+1)*!!title); in parse_ko()
1115 static long long get_headers(struct ofields *field, char *buf, int blen) in get_headers()
1210 struct ofields *field; in ksort()
1328 if (TT.fields) TT.fields = ((struct ofields *)TT.fields)->prev; in ps_main()
1330 if (TT.fields) TT.fields = ((struct ofields *)TT.fields)->next; in ps_main()
1336 struct ofields *field; in ps_main()
1360 struct ofields *field; in ps_main()
1402 struct ofields *field, *field2; in setsort()
1558 struct ofields field; in top_common()
1624 struct ofields *field; in top_common()
1704 ((struct ofields *)TT.kfields)->reverse *= -1; in top_common()
1768 struct ofields *field = TT.fields; in top_main()