Home
last modified time | relevance | path

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

/dragonfly/contrib/lvm2/dist/tools/
H A Ddmsetup.c2530 static struct command _commands[] = { variable
2574 for (i = 0; _commands[i].name; i++) in _usage()
2575 fprintf(out, "\t%s %s\n", _commands[i].name, _commands[i].help); in _usage()
2614 for (i = 0; _commands[i].name; i++) in _find_command()
2615 if (!strcmp(_commands[i].name, name)) in _find_command()
2616 return _commands + i; in _find_command()