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

24 lines
2.0 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>term</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#L1315'>term</a> 1315 lib/tty/key.c const char *term;</span>
<span class='curline'><a href='../S/lib--tty--key.c.html#L1317'>term</a> 1317 lib/tty/key.c term = getenv ("TERM");</span>
<span class='curline'><a href='../S/lib--tty--key.c.html#L1325'>term</a> 1325 lib/tty/key.c || (term != NULL</span>
<span class='curline'><a href='../S/lib--tty--key.c.html#L1326'>term</a> 1326 lib/tty/key.c &amp;&amp; (strncmp (term, "iris-ansi", 9) == 0 || strncmp (term, "xterm", 5) == 0</span>
<span class='curline'><a href='../S/lib--tty--key.c.html#L1327'>term</a> 1327 lib/tty/key.c || strncmp (term, "rxvt", 4) == 0 || strncmp (term, "screen", 6) == 0)))</span>
<span class='curline'><a href='../S/lib--tty--key.c.html#L1339'>term</a> 1339 lib/tty/key.c if (term != NULL &amp;&amp; (strncmp (term, "qansi-m", 7) == 0))</span>
<span class='curline'><a href='../S/lib--vfs--direntry.c.html#L1608'>term</a> 1608 lib/vfs/direntry.c vfs_s_get_line (struct vfs_class *me, int sock, char *buf, int buf_len, char term)</span>
<span class='curline'><a href='../S/lib--vfs--direntry.c.html#L1630'>term</a> 1630 lib/vfs/direntry.c if (*buf == term)</span>
<span class='curline'><a href='../S/lib--vfs--xdirentry.h.html#L191'>term</a> 191 lib/vfs/xdirentry.h int vfs_s_get_line (struct vfs_class *me, int sock, char *buf, int buf_len, char term);</span>
</pre>
</body>
</html>