Home
last modified time | relevance | path

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

/netbsd-src/sys/arch/ia64/stand/common/
H A Dbootstrap.h239 int command_show(int argc, char *argv[]);
267 { "show", "show variable(s)", command_show }, \
H A Dcommands.c261 command_show(int argc, char *argv[]) in command_show() function