Home
last modified time | relevance | path

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

/titanic_53/usr/src/boot/sys/boot/common/
H A Dcommands.c437 COMMAND_SET(more, "more", "show contents of a file", command_more);
440 command_more(int argc, char *argv[]) in command_more() function
/titanic_53/usr/src/common/ficl/emu/
H A Dloader_emu.c97 static int command_more(int argc, char *argv[]);
735 COMMAND_SET(cmdp, "more", "show contents of a file", command_more); in bf_init()
1444 command_more(int argc, char *argv[]) in command_more() function