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

24 lines
2.2 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>l_user</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--chown.c.html#L101'>l_user</a> 101 src/filemanager/chown.c static WListbox *l_user, *l_group;</span>
<span class='curline'><a href='../S/src--filemanager--chown.c.html#L216'>l_user</a> 216 src/filemanager/chown.c l_user = listbox_new (3, 4, GH - 2, GW - 2, FALSE, NULL);</span>
<span class='curline'><a href='../S/src--filemanager--chown.c.html#L217'>l_user</a> 217 src/filemanager/chown.c group_add_widget (g, l_user);</span>
<span class='curline'><a href='../S/src--filemanager--chown.c.html#L219'>l_user</a> 219 src/filemanager/chown.c listbox_add_item (l_user, LISTBOX_APPEND_AT_END, 0, _ ("&lt;Unknown user&gt;"), NULL, FALSE);</span>
<span class='curline'><a href='../S/src--filemanager--chown.c.html#L223'>l_user</a> 223 src/filemanager/chown.c listbox_add_item (l_user, LISTBOX_APPEND_SORTED, 0, l_pass-&gt;pw_name, NULL, FALSE);</span>
<span class='curline'><a href='../S/src--filemanager--chown.c.html#L251'>l_user</a> 251 src/filemanager/chown.c widget_select (WIDGET (l_user));</span>
<span class='curline'><a href='../S/src--filemanager--chown.c.html#L403'>l_user</a> 403 src/filemanager/chown.c listbox_set_current (l_user, listbox_search_text (l_user, get_owner (sf_stat.st_uid)));</span>
<span class='curline'><a href='../S/src--filemanager--chown.c.html#L432'>l_user</a> 432 src/filemanager/chown.c listbox_get_current (l_user, &amp;text, NULL);</span>
<span class='curline'><a href='../S/src--filemanager--chown.c.html#L467'>l_user</a> 467 src/filemanager/chown.c listbox_get_current (l_user, &amp;text, NULL);</span>
</pre>
</body>
</html>