Home
last modified time | relevance | path

Searched refs:give_switch (Results 1 – 5 of 5) sorted by relevance

/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dgcc.c317 static void give_switch PARAMS ((int, int, int));
5566 give_switch (i, 1, 1);
5621 give_switch (i, 0, include_blanks);
5654 give_switch (i, 0, include_blanks);
5756 give_switch (switchnum, omit_first_word, include_blanks) in give_switch() function
H A DChangeLog.53765 * gcc.c (give_switch): Don't write before start of string.
13045 (give_switch): Handle suffix_subst.
H A DFSFChangeLog.118788 * gcc.c (give_switch): Add new arg, INCLUDE_BLANKS.
H A DChangeLog.38912 (give_switch): Skip ignored switches.
/openbsd-src/gnu/gcc/gcc/
H A Dgcc.c328 static void give_switch (int, int);
5606 give_switch (i, 0); in process_marked_switches()
5833 give_switch (i, 1); in process_brace_body()
5928 give_switch (int switchnum, int omit_first_word) in give_switch() function