| /vim-8.2.3635/src/testdir/ |
| H A D | test_signals.vim | 1 " Test signal handling. 10 " Check whether a signal is available on this system. 11 func HasSignal(signal) argument 13 return signals =~# '\<' .. a:signal .. '\>' 16 " Test signal WINCH (window resize signal) 20 throw 'Skipped: WINCH signal not supported' 40 " Send signal and wait for signal to be processed. 42 " after handing signal WINCH. 55 throw 'Skipped: PWR signal not supported' 108 " Test a deadly signal. [all …]
|
| H A D | test_bufwintabinfo.vim | 59 eval 'green'->setwinvar(0, 'signal') 88 call assert_equal('green', winlist[2].variables.signal)
|
| /vim-8.2.3635/src/ |
| H A D | pty.c | 203 sigcld = signal(SIGCHLD, SIG_DFL); in mch_openpty() 206 signal(SIGCHLD, sigcld); in mch_openpty() 210 signal(SIGCHLD, sigcld); in mch_openpty() 272 sigcld = signal(SIGCHLD, SIG_DFL); in mch_openpty() 274 signal(SIGCHLD, sigcld); in mch_openpty() 330 sigcld = signal(SIGCHLD, SIG_DFL); in mch_openpty() 333 signal(SIGCHLD, sigcld); in mch_openpty() 337 signal(SIGCHLD, sigcld); in mch_openpty()
|
| H A D | os_unixx.h | 16 #if defined(HAVE_SIGSET) && !defined(signal) 17 # define signal sigset macro
|
| H A D | os_unix.c | 1365 signal(SIGCONT, sigcont_handler); in set_signals() 1371 signal(SIGPIPE, SIG_IGN); in set_signals() 1389 signal(SIGALRM, SIG_IGN); in set_signals() 1410 signal(SIGHUP, SIG_IGN); in set_signals() 1431 signal(SIGCONT, SIG_DFL); in reset_signals() 1481 signal(signal_info[i].sig, in catch_signals() 1485 signal(signal_info[i].sig, func_other); in catch_signals() 3480 signal(deadly_signal, SIG_DFL); in may_core_dump() 4802 signal(SIGHUP, SIG_IGN); in mch_call_shell_fork() 7316 mouse.u.mode.signal = SIGUSR2; in sysmouse_open() [all …]
|
| H A D | os_win32.c | 4828 signal(SIGINT, SIG_IGN); in mch_call_shell() 4830 signal(SIGKILL, SIG_IGN); in mch_call_shell() 4834 signal(SIGILL, SIG_IGN); in mch_call_shell() 4835 signal(SIGFPE, SIG_IGN); in mch_call_shell() 4836 signal(SIGSEGV, SIG_IGN); in mch_call_shell() 4837 signal(SIGTERM, SIG_IGN); in mch_call_shell() 4838 signal(SIGABRT, SIG_IGN); in mch_call_shell() 5069 signal(SIGINT, SIG_DFL); in mch_call_shell() 5071 signal(SIGKILL, SIG_DFL); in mch_call_shell() 5075 signal(SIGILL, SIG_DFL); in mch_call_shell() [all …]
|
| H A D | config.h.in | 110 /* Define to `struct sigaltstack' if <signal.h> doesn't define. */ 135 /* Define as the return type of signal handlers (int or void). */ 138 /* Define as the command at the end of signal handlers ("" or "return 0;"). */
|
| H A D | osdef1.h.in | 108 extern RETSIGTYPE (*signal(int, RETSIGTYPE (*func) SIGPROTOARG)) SIGPROTOARG;
|
| H A D | gui_haiku.cc | 790 signal(SIGINT, SIG_IGN); in ReadyToRun() 791 signal(SIGQUIT, SIG_IGN); in ReadyToRun() 1072 signal(SIGINT, SIG_IGN); in AllAttached() 1073 signal(SIGQUIT, SIG_IGN); in AllAttached()
|
| H A D | configure.ac | 3406 #include <signal.h> 3424 #include <signal.h> 3673 dnl find out what to use at the end of a signal function 3683 #include <signal.h> 4087 #include <signal.h> 4093 mouse.u.mode.signal = SIGUSR2;],
|
| H A D | misc1.c | 2130 signal(SIGHUP, SIG_IGN); in prepare_to_exit()
|
| /vim-8.2.3635/runtime/syntax/ |
| H A D | vhdl.vim | 40 syn keyword vhdlStatement select severity signal shared subtype 102 " signal attribute 169 " VHDL-202x concurrent signal association (spaceship) operator 190 " Supports VHDL-202x spaceship (concurrent simple signal association).
|
| H A D | rexx.vim | 45 syn match rexxRegularCallSignal contained "\<\(call\|signal\)\s\(\s*on\>\|\s*off\>\)\@!\(\k\+\ze\|\… 46 syn region rexxLabel contained start="\<\(call\|signal\)\>\s*\zs\(\k*\|(\)" end="\ze\(\s*\|;\|$\|(\… 48 syn match rexxExceptionHandling contained "\<\(call\|signal\)\>\s\+\<\(on\|off\)\>.*\(;\|$\)" conta… 53 syn match rexxLabel "\<\(call\|signal\)\>\s\+\<\(on\|off\)\>\s*\zs\k\+\ze\s*\(;\|$\)" containedin=r…
|
| H A D | kscript.vim | 17 syn keyword kscriptExceptions emit catch raise try signal
|
| H A D | esterel.vim | 30 syn keyword esterelStatement module signal sensor end
|
| H A D | dylan.vim | 26 syn keyword dylanException exception handler signal
|
| H A D | gdb.vim | 29 syn keyword gdbStatement contained search section set sharedlibrary shell show si signal skip sourc…
|
| H A D | abel.vim | 91 " signal extensions
|
| H A D | sdl.vim | 23 syn keyword sdlStatement synonym dcl signal gate timer signallist signalset
|
| H A D | mush.vim | 69 syntax keyword mushFunction contained shl shr shuffle sign signal sin sort sortby
|
| H A D | pike.vim | 66 syn keyword pikePredef set_priority set_weak_flag setxattr sgn signal signame
|
| /vim-8.2.3635/runtime/doc/ |
| H A D | channel.txt | 873 "termsig" the signal which terminated the process 982 Stop the {job}. This can also be used to signal the job. 996 number signal with that number 1006 On Unix the signal is sent to the process group. This means 1016 If the status of the job is "dead", the signal will not be 1102 "stoponexit": {signal} Send {signal} to the job when Vim exits. See
|
| H A D | terminal.txt | 807 Otherwise, {how} specifies what signal to send to the job. 810 After sending the signal Vim will wait for up to a second to 941 one-way mechanism. The job can update the display to signal back to Vim.
|
| /vim-8.2.3635/src/po/ |
| H A D | zh_TW.UTF-8.po | 3735 msgid "Vim: Double signal, exiting\n" 3736 msgstr "Vim: 雙重signal, 離開中\n" 3739 msgid "Vim: Caught deadly signal %s\n" 3740 msgstr "Vim: CVim: 攔截到信號(signal) %s\n" 3743 msgid "Vim: Caught deadly signal\n"
|
| /vim-8.2.3635/runtime/ftplugin/ |
| H A D | ocaml.vim | 238 " If you find something not matching this behaviour, please signal it.
|