mirror of
https://github.com/MidnightCommander/source.git
synced 2026-02-02 11:11:55 -08:00
24 lines
2.0 KiB
HTML
24 lines
2.0 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>words</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#L543'>words</a> 543 lib/widget/input_complete.c static const char *const *words = NULL;</span>
|
|
<span class='curline'><a href='../S/lib--widget--input_complete.c.html#L577'>words</a> 577 lib/widget/input_complete.c words = bash_reserved;</span>
|
|
<span class='curline'><a href='../S/lib--widget--input_complete.c.html#L615'>words</a> 615 lib/widget/input_complete.c for (; *words != NULL; words++)</span>
|
|
<span class='curline'><a href='../S/lib--widget--input_complete.c.html#L616'>words</a> 616 lib/widget/input_complete.c if (strncmp (*words, u_text, text_len) == 0)</span>
|
|
<span class='curline'><a href='../S/lib--widget--input_complete.c.html#L619'>words</a> 619 lib/widget/input_complete.c return g_strdup (*(words++));</span>
|
|
<span class='curline'><a href='../S/lib--widget--input_complete.c.html#L622'>words</a> 622 lib/widget/input_complete.c words = bash_builtins;</span>
|
|
<span class='curline'><a href='../S/lib--widget--input_complete.c.html#L625'>words</a> 625 lib/widget/input_complete.c for (; *words != NULL; words++)</span>
|
|
<span class='curline'><a href='../S/lib--widget--input_complete.c.html#L626'>words</a> 626 lib/widget/input_complete.c if (strncmp (*words, u_text, text_len) == 0)</span>
|
|
<span class='curline'><a href='../S/lib--widget--input_complete.c.html#L629'>words</a> 629 lib/widget/input_complete.c return g_strdup (*(words++));</span>
|
|
</pre>
|
|
</body>
|
|
</html>
|