Home
last modified time | relevance | path

Searched refs:SIG_ERR (Results 1 – 2 of 2) sorted by relevance

/vim-8.2.3635/src/
H A Dos_unix.c199 #ifndef SIG_ERR
200 # define SIG_ERR ((RETSIGTYPE (*)())-1) macro
1338 ignore_sigtstp = restricted || SIG_IGN == signal(SIGTSTP, SIG_ERR); in mch_init()
1403 catch_signals(deathtrap, SIG_ERR); in set_signals()
1477 else if (func_other != SIG_ERR) in catch_signals()
4886 catch_signals(SIG_IGN, SIG_ERR); in mch_call_shell_fork()
/vim-8.2.3635/runtime/syntax/
H A Dc.vim346 …syn keyword cConstant LC_NUMERIC LC_TIME SIG_DFL SIG_ERR SIG_IGN SIGABRT SIGFPE SIGILL SIGHUP SIGI…