Searched refs:hdrstop (Results 1 – 4 of 4) sorted by relevance
/freebsd/usr.bin/mail/ |
H A D | main.c | 311 (void)signal(SIGINT, hdrstop); in main() 337 hdrstop(int signo __unused) in hdrstop() function
|
H A D | extern.h | 136 void hdrstop(int);
|
/freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
H A D | DiagnosticLexKinds.td | 527 "#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 D | Options.td | 7766 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.">;
|