/src/usr.bin/make/ |
make.h | 546 /* Informational, mainly used during development of makefiles. */ 591 * by makefiles. 616 * Used for .include <...>, for the built-in sys.mk and for makefiles from 723 /* -f: the makefiles to read */ 724 StringList makefiles; member in struct:CmdOpts
|
main.c | 533 Lst_Append(&opts.makefiles, bmake_strdup(argvalue)); 812 /* Allow makefiles some control over the mode we run in. */ 1088 Lst_Init(&opts.makefiles); 1271 ReadAllMakefiles(const StringList *makefiles) 1275 for (ln = makefiles->first; ln != NULL; ln = ln->next) { 1285 StringList makefiles = LST_INIT; local in function:ReadFirstDefaultMakefile 1291 AppendWords(&makefiles, prefs); 1293 for (ln = makefiles.first; ln != NULL; ln = ln->next) 1297 Lst_Done(&makefiles); 1352 /* This is the traditional preference for makefiles. * [all...] |
make.h | 546 /* Informational, mainly used during development of makefiles. */ 591 * by makefiles. 616 * Used for .include <...>, for the built-in sys.mk and for makefiles from 723 /* -f: the makefiles to read */ 724 StringList makefiles; member in struct:CmdOpts
|
main.c | 533 Lst_Append(&opts.makefiles, bmake_strdup(argvalue)); 812 /* Allow makefiles some control over the mode we run in. */ 1088 Lst_Init(&opts.makefiles); 1271 ReadAllMakefiles(const StringList *makefiles) 1275 for (ln = makefiles->first; ln != NULL; ln = ln->next) { 1285 StringList makefiles = LST_INIT; local in function:ReadFirstDefaultMakefile 1291 AppendWords(&makefiles, prefs); 1293 for (ln = makefiles.first; ln != NULL; ln = ln->next) 1297 Lst_Done(&makefiles); 1352 /* This is the traditional preference for makefiles. * [all...] |
make.h | 546 /* Informational, mainly used during development of makefiles. */ 591 * by makefiles. 616 * Used for .include <...>, for the built-in sys.mk and for makefiles from 723 /* -f: the makefiles to read */ 724 StringList makefiles; member in struct:CmdOpts
|
main.c | 533 Lst_Append(&opts.makefiles, bmake_strdup(argvalue)); 812 /* Allow makefiles some control over the mode we run in. */ 1088 Lst_Init(&opts.makefiles); 1271 ReadAllMakefiles(const StringList *makefiles) 1275 for (ln = makefiles->first; ln != NULL; ln = ln->next) { 1285 StringList makefiles = LST_INIT; local in function:ReadFirstDefaultMakefile 1291 AppendWords(&makefiles, prefs); 1293 for (ln = makefiles.first; ln != NULL; ln = ln->next) 1297 Lst_Done(&makefiles); 1352 /* This is the traditional preference for makefiles. * [all...] |