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

23 lines
2.1 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>sl</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--widget--input_complete.c.html#L1098'>sl</a> 1098 lib/widget/input_complete.c char *si, *sl;</span>
<span class='curline'><a href='../S/lib--widget--input_complete.c.html#L1106'>sl</a> 1106 lib/widget/input_complete.c for (sl = last_text + start; sl &lt; last_text + end;</span>
<span class='curline'><a href='../S/lib--widget--input_complete.c.html#L1107'>sl</a> 1107 lib/widget/input_complete.c str_next_char (&amp;sl), sl_num++)</span>
<span class='curline'><a href='../S/lib--widget--input_complete.c.html#L1112'>sl</a> 1112 lib/widget/input_complete.c sl = &amp;last_text[str_offset_to_pos (last_text, ++sl_num)];</span>
<span class='curline'><a href='../S/lib--widget--input_complete.c.html#L1114'>sl</a> 1114 lib/widget/input_complete.c while (si[0] != '\0' &amp;&amp; sl[0] != '\0')</span>
<span class='curline'><a href='../S/lib--widget--input_complete.c.html#L1119'>sl</a> 1119 lib/widget/input_complete.c nextl = str_get_next_char (sl);</span>
<span class='curline'><a href='../S/lib--widget--input_complete.c.html#L1121'>sl</a> 1121 lib/widget/input_complete.c if (nexti - si != nextl - sl || strncmp (si, sl, nexti - si) != 0)</span>
<span class='curline'><a href='../S/lib--widget--input_complete.c.html#L1125'>sl</a> 1125 lib/widget/input_complete.c sl = nextl;</span>
</pre>
</body>
</html>