Searched refs:preprocessor_flags (Results 1 - 3 of 3) sorted by relevance

/netbsd-6-1-5-RELEASE/external/bsd/pcc/dist/pcc/cc/driver/
H A Ddriver.h49 extern struct strlist preprocessor_flags;
H A Ddriver.c78 struct strlist preprocessor_flags; variable in typeref:struct:strlist
320 strlist_append_list(&args, &preprocessor_flags);
545 strlist_init(&preprocessor_flags);
594 strlist_append(&preprocessor_flags, argp);
605 strlist_append(&preprocessor_flags, argp);
611 strlist_append(&preprocessor_flags, argp);
685 strlist_append(&preprocessor_flags, argp);
780 strlist_append(&preprocessor_flags, argp);
784 strlist_append(&preprocessor_flags, argp);
790 strlist_append(&preprocessor_flags, arg
[all...]
H A Dplatform.c245 { ARRAYPAIR(predefined_macros), &preprocessor_flags },

Completed in 112 milliseconds