Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/less/
H A Dsignal.c117 wbreak_handler(dwCtrlType) in wbreak_handler() argument
118 DWORD dwCtrlType; in wbreak_handler()
120 switch (dwCtrlType)
/freebsd-12.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-12.1/contrib/compiler-rt/lib/fuzzer/
H A DFuzzerUtilWindows.cpp68 BOOL WINAPI CtrlHandler(DWORD dwCtrlType) { in CtrlHandler() argument
69 switch (dwCtrlType) { in CtrlHandler()
/freebsd-12.1/contrib/llvm/lib/Support/Windows/
H A DSignals.inc192 static BOOL WINAPI LLVMConsoleCtrlHandler(DWORD dwCtrlType);
841 static BOOL WINAPI LLVMConsoleCtrlHandler(DWORD dwCtrlType) {
/freebsd-12.1/contrib/sqlite3/
H A Dshell.c10361 DWORD dwCtrlType /* One of the CTRL_*_EVENT constants */ in ConsoleCtrlHandler() argument
10363 if( dwCtrlType==CTRL_C_EVENT ){ in ConsoleCtrlHandler()