Home
last modified time | relevance | path

Searched refs:have_subcommands (Results 1 – 1 of 1) sorted by relevance

/f-stack/freebsd/ddb/
H A Ddb_command.c331 int have_subcommands; in db_cmd_list() local
333 have_subcommands = 0; in db_cmd_list()
336 have_subcommands++; in db_cmd_list()
341 if (have_subcommands > 0) { in db_cmd_list()