Files
source/Y/main_node.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>main_node</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#L98'>main_node</a> 98 src/help.c static const char *main_node; // The main node</span>
<span class='curline'><a href='../S/src--help.c.html#L1162'>main_node</a> 1162 src/help.c main_node = search_string (fdata, event_data-&gt;node);</span>
<span class='curline'><a href='../S/src--help.c.html#L1164'>main_node</a> 1164 src/help.c if (main_node == NULL)</span>
<span class='curline'><a href='../S/src--help.c.html#L1169'>main_node</a> 1169 src/help.c main_node = search_string (fdata, "[main]");</span>
<span class='curline'><a href='../S/src--help.c.html#L1170'>main_node</a> 1170 src/help.c if (main_node == NULL)</span>
<span class='curline'><a href='../S/src--help.c.html#L1188'>main_node</a> 1188 src/help.c selected_item = search_string_node (main_node, STRING_LINK_START) - 1;</span>
<span class='curline'><a href='../S/src--help.c.html#L1189'>main_node</a> 1189 src/help.c currentpoint = main_node + 1; // Skip the newline following the start of the node</span>
</pre>
</body>
</html>