<!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>labels</title>
<meta name='robots' content='noindex,nofollow' />
<meta name='generator' content='GLOBAL-6.6.5' />
<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/2836.html#L40'>labels</a> 40 src/label.c static LABELTAB *labels[LABELTABSIZE];</span>
<span class='curline'><a href='../S/2836.html#L95'>labels</a> 95 src/label.c for(p = labels[labelhash(prog, label)]; p != NULL; p = p->next) {</span>
<span class='curline'><a href='../S/2836.html#L130'>labels</a> 130 src/label.c p->next = labels[h = labelhash(prog, label)];</span>
<span class='curline'><a href='../S/2836.html#L131'>labels</a> 131 src/label.c labels[h] = p;</span>
<span class='curline'><a href='../S/2836.html#L143'>labels</a> 143 src/label.c for(p = labels[i]; p != NULL; p = p->next) {</span>
<span class='curline'><a href='../S/2836.html#L165'>labels</a> 165 src/label.c for(p = labels[i]; p != NULL; p = q) {</span>
<span class='curline'><a href='../S/2836.html#L172'>labels</a> 172 src/label.c labels[i] = NULL;</span>
</pre>
</body>
</html>