Home
last modified time | relevance | path

Searched refs:help_only (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/usr.sbin/pmcstudy/
H A Dpmcstudy.c2802 int help_only = 0; in main() local
2850 help_only = 1; in main()
2894 if (help_only) { in main()
/freebsd-12.1/contrib/gcc/
H A DChangeLog-200131806 * cppinit.c (cpp_handle_option): help_only is now part of the
31811 (cpp_options): Move help_only here from cpp_reader.
31815 * cppmain.c (main): Update for help_only.
32943 * cpplib.h (struct cpp_reader): Add help_only field.
32945 (cpp_handle_option): Set pfile->help_only if we see -h,
32947 do not set help_only if we see -v or -version. Make text
32951 pfile->help_only is true.
H A DChangeLog-200210807 * cpplib.h (struct cpp_options): Remove help_only.
16788 -version. Just set help_only for --version, --target-help.