Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/less/
H A Dsignal.c125 wbreak_handler(dwCtrlType) in wbreak_handler() argument
126 DWORD dwCtrlType; in wbreak_handler()
128 switch (dwCtrlType)
/freebsd-13.1/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-13.1/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerUtilWindows.cpp76 BOOL WINAPI CtrlHandler(DWORD dwCtrlType) { in CtrlHandler() argument
77 switch (dwCtrlType) { in CtrlHandler()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Support/Windows/
H A DSignals.inc191 static BOOL WINAPI LLVMConsoleCtrlHandler(DWORD dwCtrlType);
840 static BOOL WINAPI LLVMConsoleCtrlHandler(DWORD dwCtrlType) {
/freebsd-13.1/contrib/sqlite3/
H A Dshell.c12858 DWORD dwCtrlType /* One of the CTRL_*_EVENT constants */ in ConsoleCtrlHandler() argument
12860 if( dwCtrlType==CTRL_C_EVENT ){ in ConsoleCtrlHandler()