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

23 lines
1.7 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>HISTORY_SIZE</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/src--help.c.html#L111'>HISTORY_SIZE</a> 111 src/help.c } history[HISTORY_SIZE];</span>
<span class='curline'><a href='../S/src--help.c.html#L665'>HISTORY_SIZE</a> 665 src/help.c history_ptr = (history_ptr + 1) % HISTORY_SIZE;</span>
<span class='curline'><a href='../S/src--help.c.html#L691'>HISTORY_SIZE</a> 691 src/help.c history_ptr = (history_ptr + 1) % HISTORY_SIZE;</span>
<span class='curline'><a href='../S/src--help.c.html#L710'>HISTORY_SIZE</a> 710 src/help.c history_ptr = HISTORY_SIZE - 1;</span>
<span class='curline'><a href='../S/src--help.c.html#L816'>HISTORY_SIZE</a> 816 src/help.c history_ptr = HISTORY_SIZE - 1;</span>
<span class='curline'><a href='../S/src--help.c.html#L824'>HISTORY_SIZE</a> 824 src/help.c history_ptr = (history_ptr + 1) % HISTORY_SIZE;</span>
<span class='curline'><a href='../S/src--help.c.html#L1082'>HISTORY_SIZE</a> 1082 src/help.c history_ptr = (history_ptr + 1) % HISTORY_SIZE;</span>
<span class='curline'><a href='../S/src--help.c.html#L1191'>HISTORY_SIZE</a> 1191 src/help.c for (i = HISTORY_SIZE - 1; i &gt;= 0; i--)</span>
</pre>
</body>
</html>