Home
last modified time | relevance | path

Searched refs:dwCtrlType (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/ntp/libntp/
H A Dsyssignal.c155 DWORD dwCtrlType in console_event_handler() argument
160 if (CTRL_C_EVENT == dwCtrlType && ctrl_c_hook != NULL) { in console_event_handler()
/freebsd/contrib/less/
H A Dsignal.c118 static BOOL WINAPI wbreak_handler(DWORD dwCtrlType) in wbreak_handler() argument
120 switch (dwCtrlType) in wbreak_handler()
/freebsd/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerUtilWindows.cpp81 BOOL WINAPI CtrlHandler(DWORD dwCtrlType) { in CtrlHandler() argument
82 switch (dwCtrlType) { in CtrlHandler()
/freebsd/contrib/llvm-project/llvm/lib/Support/Windows/
H A DSignals.inc203 static BOOL WINAPI LLVMConsoleCtrlHandler(DWORD dwCtrlType);
884 static BOOL WINAPI LLVMConsoleCtrlHandler(DWORD dwCtrlType) {
/freebsd/contrib/sqlite3/
H A Dshell.c20182 DWORD dwCtrlType /* One of the CTRL_*_EVENT constants */ in ConsoleCtrlHandler() argument
20184 if( dwCtrlType==CTRL_C_EVENT ){ in ConsoleCtrlHandler()