Lines Matching defs:extra
300 * value|XX requests extra display/sort processing.
641 int pad, len, width = TT.width, abslen, sign, olen, extra = 0;
656 // Don't truncate number fields, but try to reclaim extra offset from later
663 extra += olen-abslen;
665 } else if (extra && olen<abslen) {
669 if (unused>extra) unused = extra;
671 extra -= unused;
700 // Fills toybuf with struct procpid and either DIRTREE_SAVEs a copy to ->extra
706 long long bits; // Only fetch extra data if an -o field is displaying it
728 if (TT.threadparent && TT.threadparent->extra) {
729 struct procpid *tb2 = (struct procpid *)TT.threadparent->extra;
886 if (TT.threadparent && TT.threadparent->extra)
887 ptb = (void *)TT.threadparent->extra;
993 new->extra = (long)s;
1025 tb = (void *)new->extra;
1031 tb = (void *)dt->extra;
1038 TT.show_process((void *)new->extra);
1043 TT.show_process((void *)dt->child->extra);
1079 // Allocate structure plus extra space to append a copy of title data
1243 // Collect ->extra field from leaf nodes DIRTREE_SAVEd by get_ps() into array
1250 if (dt->extra) *(tb++) = (void *)dt->extra;
1259 // Allocate struct procpid array of length count and populate it with ->extra
1314 // It's undocumented, but traditionally extra arguments are extra -p args