Home
last modified time | relevance | path

Searched refs:preprocessor_flags (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/bsd/pcc/dist/pcc/cc/driver/
H A Ddriver.c78 struct strlist preprocessor_flags; variable
320 strlist_append_list(&args, &preprocessor_flags); in preprocess_input()
545 strlist_init(&preprocessor_flags); in main()
594 strlist_append(&preprocessor_flags, argp); in main()
605 strlist_append(&preprocessor_flags, argp); in main()
611 strlist_append(&preprocessor_flags, argp); in main()
685 strlist_append(&preprocessor_flags, argp); in main()
780 strlist_append(&preprocessor_flags, argp); in main()
784 strlist_append(&preprocessor_flags, argp); in main()
790 strlist_append(&preprocessor_flags, argp); in main()
[all …]
H A Ddriver.h49 extern struct strlist preprocessor_flags;
H A Dplatform.c265 { ARRAYPAIR(predefined_macros), &preprocessor_flags },
/netbsd-src/external/bsd/pcc/dist/pcc/cc/cc/
H A Dcc.c404 struct strlist preprocessor_flags; variable
438 strlist_init(&preprocessor_flags); in main()
563 strlist_append(&preprocessor_flags, argp); in main()
575 strlist_append(&preprocessor_flags, "-dM"); in main()
619 strlist_append(&preprocessor_flags, argp); in main()
622 strlist_append(&preprocessor_flags, nxtopt(argp)); in main()
804 strlist_append(&preprocessor_flags, argp); in main()
861 strlist_append(&preprocessor_flags, u); in main()
865 strlist_append(&preprocessor_flags, "-E"); in main()
1093 strlist_free(&preprocessor_flags); in main()
[all …]
/netbsd-src/external/bsd/pcc/dist/pcc/os/darwin/
H A Dccconfig.h101 …strlist_append(&preprocessor_flags, cat("-D__ENVIRONMENT_MAC_OS_X_VERSION_MIN_REQUIRED__=", tmp));…
/netbsd-src/external/bsd/pcc/dist/pcc/driver/
H A Dplatform.c146 { ARRAYPAIR(predefined_macros), &preprocessor_flags },