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

22 lines
1.6 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>mod_status</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--tty--key.c.html#L950'>mod_status</a> 950 lib/tty/key.c int mod_status;</span>
<span class='curline'><a href='../S/lib--tty--key.c.html#L953'>mod_status</a> 953 lib/tty/key.c if (devctl (fileno (stdin), DCMD_CHR_LINESTATUS, &amp;mod_status, sizeof (mod_status), NULL)</span>
<span class='curline'><a href='../S/lib--tty--key.c.html#L957'>mod_status</a> 957 lib/tty/key.c shift_ext_status = mod_status &amp; 0xffffff00UL;</span>
<span class='curline'><a href='../S/lib--tty--key.c.html#L958'>mod_status</a> 958 lib/tty/key.c mod_status &amp;= 0x7f;</span>
<span class='curline'><a href='../S/lib--tty--key.c.html#L959'>mod_status</a> 959 lib/tty/key.c if ((mod_status &amp; _LINESTATUS_CON_ALT) != 0)</span>
<span class='curline'><a href='../S/lib--tty--key.c.html#L961'>mod_status</a> 961 lib/tty/key.c if ((mod_status &amp; _LINESTATUS_CON_CTRL) != 0)</span>
<span class='curline'><a href='../S/lib--tty--key.c.html#L963'>mod_status</a> 963 lib/tty/key.c if ((mod_status &amp; _LINESTATUS_CON_SHIFT) != 0 || (shift_ext_status &amp; 0x00000800UL) != 0)</span>
</pre>
</body>
</html>