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/
Dbootstrap.h244 int command_more(int argc, char *argv[]);
272 { "more", "show contents of a file", command_more }, \
Dcommands.c426 command_more(int argc, char *argv[]) in command_more() function