db_show_all_procs  418 ddb/db_command.c 	{ "procs",	db_show_all_procs,	0, NULL },
db_show_all_procs  480 ddb/db_command.c 	{ "ps",		db_show_all_procs,	0,		NULL },
db_show_all_procs   43 ddb/db_interface.h void db_show_all_procs(db_expr_t, int, db_expr_t, char *);