Home
last modified time | relevance | path

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

/illumos-gate/usr/src/boot/common/
H A Dcommands.c445 COMMAND_SET(more, "more", "show contents of a file", command_more);
448 command_more(int argc, char *argv[]) in command_more() function
/illumos-gate/usr/src/common/ficl/emu/
H A Dloader_emu.c85 static int command_more(int argc, char *argv[]);
1409 COMMAND_SET(more, "more", "show contents of a file", command_more);
1411 command_more(int argc, char *argv[]) in command_more() function