mirror of
https://github.com/MidnightCommander/source.git
synced 2026-02-02 11:11:55 -08:00
23 lines
2.1 KiB
HTML
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 < 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 (&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 = &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' && 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>
|