Files
source/Y/modifiers.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>modifiers</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#L982'>modifiers</a> 982 lib/tty/key.c unsigned char modifiers = 6;</span>
<span class='curline'><a href='../S/lib--tty--key.c.html#L984'>modifiers</a> 984 lib/tty/key.c if (ioctl (0, TIOCLINUX, &amp;modifiers) &lt; 0)</span>
<span class='curline'><a href='../S/lib--tty--key.c.html#L988'>modifiers</a> 988 lib/tty/key.c if ((modifiers &amp; SHIFT_PRESSED) != 0)</span>
<span class='curline'><a href='../S/lib--tty--key.c.html#L990'>modifiers</a> 990 lib/tty/key.c if ((modifiers &amp; (ALTL_PRESSED | ALTR_PRESSED)) != 0)</span>
<span class='curline'><a href='../S/lib--tty--key.c.html#L992'>modifiers</a> 992 lib/tty/key.c if ((modifiers &amp; CONTROL_PRESSED) != 0)</span>
<span class='curline'><a href='../S/src--subshell--common.c.html#L875'>modifiers</a> 875 src/subshell/common.c const uint32_t modifiers = csi.params[1][0] - 1;</span>
<span class='curline'><a href='../S/src--subshell--common.c.html#L882'>modifiers</a> 882 src/subshell/common.c &amp;&amp; (modifiers &amp; ~(MODIFIER_CAPS_LOCK | MODIFIER_NUM_LOCK)) == MODIFIER_CTRL;</span>
</pre>
</body>
</html>