Lines Matching refs:show_process
218 void (*show_process)(void *tb);
723 |(DIRTREE_SAVE*(TT.threadparent||!TT.show_process));
985 if (TT.show_process && !TT.threadparent) {
986 TT.show_process(tb);
1018 // Disable show_process at least until we can calculate tcount
1037 if (!TT.show_process) return DIRTREE_SAVE;
1038 TT.show_process((void *)new->extra);
1043 TT.show_process((void *)dt->child->extra);
1357 if (!(FLAG(k)||FLAG(M))) TT.show_process = show_ps;
1913 TT.show_process = match_pgrep;