Searched refs:print_single_switch (Results 1 – 4 of 4) sorted by relevance
/openbsd-src/gnu/gcc/gcc/ |
H A D | toplev.c | 115 static int print_single_switch (FILE *, int, int, const char *, 1184 print_single_switch (FILE *file, int pos, int max, in print_single_switch() function 1225 pos = print_single_switch (file, pos, max, indent, *indent ? " " : "", term, in print_switch_values() 1245 pos = print_single_switch (file, pos, max, indent, sep, term, *p, ""); in print_switch_values() 1254 pos = print_single_switch (file, 0, max, indent, *indent ? " " : "", term, in print_switch_values() 1260 pos = print_single_switch (file, pos, max, indent, sep, term, in print_switch_values()
|
/openbsd-src/gnu/usr.bin/gcc/gcc/ |
H A D | toplev.c | 124 static int print_single_switch PARAMS ((FILE *, int, int, const char *, 4669 print_single_switch (file, pos, max, indent, sep, term, type, name) in print_single_switch() function 4716 pos = print_single_switch (file, pos, max, indent, *indent ? " " : "", term, 4736 pos = print_single_switch (file, pos, max, indent, sep, term, *p, ""); 4745 pos = print_single_switch (file, 0, max, indent, *indent ? " " : "", term, 4750 pos = print_single_switch (file, pos, max, indent, sep, term, 4761 pos = print_single_switch (file, pos, max, indent, sep, term, 4771 pos = print_single_switch (file, pos, max, indent, sep, term,
|
H A D | FSFChangeLog.11 | 10911 * toplev.c (print_single_switch): Ultrix fprintf returns 0 for success. 13121 (print_single_switch): New arguments pos, max, indent, sep, term. 13123 Update call to print_single_switch. Output options passed and
|
H A D | ChangeLog.1 | 6541 print_version, print_single_switch, print_switch_values, 13649 (print_version, print_single_switch, print_switch_values): Make
|