include
int include(const char *filename);
if (include("dloader.rc") != CMD_OK)
include("boot.conf");
COMMAND_SET(include, "include", "run commands from file", command_include);
res = include(argvbuf[i]);
include(argvbuf[i]);
char *include;
if (infile && (include = extendfile(infile, ".h"))) {
f_print(fout, "#include \"%s\"\n", include);
free(include);
char *include;
if (infile && (include = extendfile(infile, ".h"))) {
f_print(fout, "#include \"%s\"\n", include);
free(include);
char *include;
if (infile && (include = extendfile(infile, ".h"))) {
f_print(fout, "#include \"%s\"\n", include);
free(include);
char *include;
if (infile && (include = extendfile(infile, ".h"))) {
f_print(fout, "#include \"%s\"\n", include);
free(include);
char *include;
if (infile && (include = extendfile(infile, ".h"))) {
f_print(fout, "#include \"%s\"\n", include);
free(include);
add_pattern(&include, argv[nopts++]);
static struct pattern_list include = STAILQ_HEAD_INITIALIZER(include);
if (!STAILQ_EMPTY(&include) && !match_pattern(&include, pathname))
| ruleset include '\n'
include : INCLUDE STRING {