Searched refs:show_process (Results 1 – 2 of 2) sorted by relevance
218 void (*show_process)(void *tb);715 |(DIRTREE_SAVE*(TT.threadparent||!TT.show_process)); in get_ps()977 if (TT.show_process && !TT.threadparent) { in get_ps()978 TT.show_process(tb); in get_ps()1029 if (!TT.show_process) return DIRTREE_SAVE; in get_threads()1030 TT.show_process((void *)new->extra); in get_threads()1035 TT.show_process((void *)dt->child->extra); in get_threads()1349 if (!(FLAG(k)||FLAG(M))) TT.show_process = show_ps; in ps_main()1908 TT.show_process = match_pgrep; in pgrep_main()
1229 void (*show_process)(void *tb); member