Home
last modified time | relevance | path

Searched refs:opt_comp (Results 1 – 4 of 4) sorted by relevance

/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dc-opts.c325 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 Dcppinit.c475 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 DChangeLog.513527 (opt_comp): Move next to init (), its caller. Fix prototype.
H A DChangeLog.311449 * cppinit.c (opt_comp, parse_options): New functions.