Home
last modified time | relevance | path

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

/netbsd-src/sys/arch/ia64/stand/common/
H A Dbootstrap.h244 int command_more(int argc, char *argv[]);
272 { "more", "show contents of a file", command_more }, \
H A Dcommands.c426 command_more(int argc, char *argv[]) in command_more() function