mirror of
https://github.com/MidnightCommander/source.git
synced 2026-02-02 11:11:55 -08:00
21 lines
1.5 KiB
HTML
21 lines
1.5 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>possible_items</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--filemanager--listmode.c.html#L130'>possible_items</a> 130 src/filemanager/listmode.c char **possible_items;</span>
|
|
<span class='curline'><a href='../S/src--filemanager--listmode.c.html#L135'>possible_items</a> 135 src/filemanager/listmode.c possible_items = panel_get_user_possible_fields (NULL);</span>
|
|
<span class='curline'><a href='../S/src--filemanager--listmode.c.html#L138'>possible_items</a> 138 src/filemanager/listmode.c for (i = 0; possible_items[i]; i++)</span>
|
|
<span class='curline'><a href='../S/src--filemanager--listmode.c.html#L140'>possible_items</a> 140 src/filemanager/listmode.c listbox_add_item (mylistbox->list, LISTBOX_APPEND_AT_END, 0, possible_items[i], NULL,</span>
|
|
<span class='curline'><a href='../S/src--filemanager--listmode.c.html#L146'>possible_items</a> 146 src/filemanager/listmode.c ret = g_strdup (possible_items[i]);</span>
|
|
<span class='curline'><a href='../S/src--filemanager--listmode.c.html#L148'>possible_items</a> 148 src/filemanager/listmode.c g_strfreev (possible_items);</span>
|
|
</pre>
|
|
</body>
|
|
</html>
|