Files
source/Y/kill.html
github-actions[bot] 08571174ab Deploy to GitHub Pages
2026-02-01 17:32:02 +00:00

25 lines
2.1 KiB
HTML

<!DOCTYPE html PUBLIC '-//W3C//DTD XHTML 1.0 Transitional//EN' 'http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd'>
<html xmlns='http://www.w3.org/1999/xhtml'>
<head>
<title>kill</title>
<meta name='robots' content='noindex,nofollow' />
<meta name='generator' content='GLOBAL-6.6.11' />
<meta http-equiv='Content-Style-Type' content='text/css' />
<link rel='stylesheet' type='text/css' href='../style.css' />
</head>
<body>
<pre>
<span class='curline'><a href='../S/lib--lock.c.html#L238'>kill</a> 238 lib/lock.c if (lockinfo-&gt;pid == 0 || !(kill (lockinfo-&gt;pid, 0) == -1 &amp;&amp; errno == ESRCH))</span>
<span class='curline'><a href='../S/src--background.c.html#L235'>kill</a> 235 src/background.c kill (ctx-&gt;pid, SIGTERM);</span>
<span class='curline'><a href='../S/src--cons.handler.c.html#L103'>kill</a> 103 src/cons.handler.c if (cons_saver_pid &lt; 1 || kill (cons_saver_pid, SIGCONT))</span>
<span class='curline'><a href='../S/src--cons.handler.c.html#L241'>kill</a> 241 src/cons.handler.c if (cons_saver_pid &lt; 1 || kill (cons_saver_pid, SIGCONT))</span>
<span class='curline'><a href='../S/src--execute.c.html#L165'>kill</a> 165 src/execute.c kill (getpid (), SIGTSTP);</span>
<span class='curline'><a href='../S/src--filemanager--boxes.c.html#L477'>kill</a> 477 src/filemanager/boxes.c kill (tl-&gt;pid, sig);</span>
<span class='curline'><a href='../S/src--main.c.html#L141'>kill</a> 141 src/main.c kill (pid, SIGCONT);</span>
<span class='curline'><a href='../S/src--subshell--common.c.html#L587'>kill</a> 587 src/subshell/common.c kill (subshell_pid, SIGCONT);</span>
<span class='curline'><a href='../S/src--subshell--common.c.html#L2138'>kill</a> 2138 src/subshell/common.c kill (subshell_pid, SIGCONT);</span>
<span class='curline'><a href='../S/src--subshell--proxyfunc.c.html#L86'>kill</a> 86 src/subshell/proxyfunc.c kill (pid, SIGCONT);</span>
</pre>
</body>
</html>