Searched refs:show_process (Results 1 – 2 of 2) sorted by relevance
262 void (*show_process)(void *tb);567 return DIRTREE_RECURSE|DIRTREE_SHUTUP|(DIRTREE_SAVE*!TT.show_process); in get_ps()757 if (TT.show_process) { in get_ps()758 TT.show_process(tb); in get_ps()1060 if (!(toys.optflags&(FLAG_k|FLAG_M))) TT.show_process = (void *)show_ps; in ps_main()1568 TT.show_process = (void *)match_pgrep; in pgrep_main()
1184 void (*show_process)(void *tb); member