Home
last modified time | relevance | path

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

/netbsd-src/sys/arch/ia64/stand/common/
H A Dbootstrap.h257 int command_include(int argc, char *argv[]);
292 { "include", "read commands from a file", command_include }, \
H A Dinterp.c162 command_include(int argc, char *argv[]) in command_include() function