Home
last modified time | relevance | path

Searched refs:signal (Results 1 – 25 of 64) sorted by relevance

123

/vim-8.2.3635/src/testdir/
H A Dtest_signals.vim1 " 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 Dtest_bufwintabinfo.vim59 eval 'green'->setwinvar(0, 'signal')
88 call assert_equal('green', winlist[2].variables.signal)
/vim-8.2.3635/src/
H A Dpty.c203 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 Dos_unixx.h16 #if defined(HAVE_SIGSET) && !defined(signal)
17 # define signal sigset macro
H A Dos_unix.c1365 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 Dos_win32.c4828 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 Dconfig.h.in110 /* 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 Dosdef1.h.in108 extern RETSIGTYPE (*signal(int, RETSIGTYPE (*func) SIGPROTOARG)) SIGPROTOARG;
H A Dgui_haiku.cc790 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 Dconfigure.ac3406 #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 Dmisc1.c2130 signal(SIGHUP, SIG_IGN); in prepare_to_exit()
/vim-8.2.3635/runtime/syntax/
H A Dvhdl.vim40 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 Drexx.vim45 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 Dkscript.vim17 syn keyword kscriptExceptions emit catch raise try signal
H A Desterel.vim30 syn keyword esterelStatement module signal sensor end
H A Ddylan.vim26 syn keyword dylanException exception handler signal
H A Dgdb.vim29 syn keyword gdbStatement contained search section set sharedlibrary shell show si signal skip sourc…
H A Dabel.vim91 " signal extensions
H A Dsdl.vim23 syn keyword sdlStatement synonym dcl signal gate timer signallist signalset
H A Dmush.vim69 syntax keyword mushFunction contained shl shr shuffle sign signal sin sort sortby
H A Dpike.vim66 syn keyword pikePredef set_priority set_weak_flag setxattr sgn signal signame
/vim-8.2.3635/runtime/doc/
H A Dchannel.txt873 "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 Dterminal.txt807 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 Dzh_TW.UTF-8.po3735 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 Docaml.vim238 " If you find something not matching this behaviour, please signal it.

123