Home
last modified time | relevance | path

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

/freebsd/usr.bin/mail/
H A Dmain.c311 (void)signal(SIGINT, hdrstop); in main()
337 hdrstop(int signo __unused) in hdrstop() function
H A Dextern.h136 void hdrstop(int);
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DDiagnosticLexKinds.td527 "#pragma hdrstop not seen while attempting to use precompiled header">,
533 "#pragma hdrstop filename not supported, "
/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td7766 def pch_through_hdrstop_create : Flag<["-"], "pch-through-hdrstop-create">,
7767 HelpText<"When creating a PCH, stop PCH generation after #pragma hdrstop.">,
7769 def pch_through_hdrstop_use : Flag<["-"], "pch-through-hdrstop-use">,
7770 HelpText<"When using a PCH, skip tokens until after a #pragma hdrstop.">;