Searched refs:opt_comp (Results 1 – 4 of 4) sorted by relevance
| /openbsd-src/gnu/usr.bin/gcc/gcc/ |
| H A D | c-opts.c | 325 static int opt_comp PARAMS ((const void *, const void *)); 329 opt_comp (p1, p2) in opt_comp() function 498 qsort (cl_options, N_OPTS, sizeof (struct cl_option), opt_comp);
|
| H A D | cppinit.c | 475 static int opt_comp PARAMS ((const void *, const void *)); 479 opt_comp (p1, p2) in opt_comp() function 501 qsort (cl_options, N_OPTS, sizeof (struct cl_option), opt_comp); in init_library()
|
| H A D | ChangeLog.5 | 13527 (opt_comp): Move next to init (), its caller. Fix prototype.
|
| H A D | ChangeLog.3 | 11449 * cppinit.c (opt_comp, parse_options): New functions.
|