mirror of
https://github.com/MidnightCommander/source.git
synced 2026-02-02 11:11:55 -08:00
34 lines
3.7 KiB
HTML
34 lines
3.7 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>vfs_shell_ops</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--vfs--shell--shell.c.html#L165'>vfs_shell_ops</a> 165 src/vfs/shell/shell.c static struct vfs_class *vfs_shell_ops = VFS_CLASS (&shell_subclass);</span>
|
|
<span class='curline'><a href='../S/src--vfs--shell--shell.c.html#L349'>vfs_shell_ops</a> 349 src/vfs/shell/shell.c vfs_stamp_create (vfs_shell_ops, super);</span>
|
|
<span class='curline'><a href='../S/src--vfs--shell--shell.c.html#L1676'>vfs_shell_ops</a> 1676 src/vfs/shell/shell.c name = g_strconcat (vfs_shell_ops->prefix, VFS_PATH_URL_DELIMITER,</span>
|
|
<span class='curline'><a href='../S/src--vfs--shell--shell.c.html#L1707'>vfs_shell_ops</a> 1707 src/vfs/shell/shell.c vfs_shell_ops->fill_names = shell_fill_names;</span>
|
|
<span class='curline'><a href='../S/src--vfs--shell--shell.c.html#L1708'>vfs_shell_ops</a> 1708 src/vfs/shell/shell.c vfs_shell_ops->stat = shell_stat;</span>
|
|
<span class='curline'><a href='../S/src--vfs--shell--shell.c.html#L1709'>vfs_shell_ops</a> 1709 src/vfs/shell/shell.c vfs_shell_ops->lstat = shell_lstat;</span>
|
|
<span class='curline'><a href='../S/src--vfs--shell--shell.c.html#L1710'>vfs_shell_ops</a> 1710 src/vfs/shell/shell.c vfs_shell_ops->fstat = shell_fstat;</span>
|
|
<span class='curline'><a href='../S/src--vfs--shell--shell.c.html#L1711'>vfs_shell_ops</a> 1711 src/vfs/shell/shell.c vfs_shell_ops->chmod = shell_chmod;</span>
|
|
<span class='curline'><a href='../S/src--vfs--shell--shell.c.html#L1712'>vfs_shell_ops</a> 1712 src/vfs/shell/shell.c vfs_shell_ops->chown = shell_chown;</span>
|
|
<span class='curline'><a href='../S/src--vfs--shell--shell.c.html#L1713'>vfs_shell_ops</a> 1713 src/vfs/shell/shell.c vfs_shell_ops->utime = shell_utime;</span>
|
|
<span class='curline'><a href='../S/src--vfs--shell--shell.c.html#L1714'>vfs_shell_ops</a> 1714 src/vfs/shell/shell.c vfs_shell_ops->open = shell_open;</span>
|
|
<span class='curline'><a href='../S/src--vfs--shell--shell.c.html#L1715'>vfs_shell_ops</a> 1715 src/vfs/shell/shell.c vfs_shell_ops->symlink = shell_symlink;</span>
|
|
<span class='curline'><a href='../S/src--vfs--shell--shell.c.html#L1716'>vfs_shell_ops</a> 1716 src/vfs/shell/shell.c vfs_shell_ops->link = shell_link;</span>
|
|
<span class='curline'><a href='../S/src--vfs--shell--shell.c.html#L1717'>vfs_shell_ops</a> 1717 src/vfs/shell/shell.c vfs_shell_ops->unlink = shell_unlink;</span>
|
|
<span class='curline'><a href='../S/src--vfs--shell--shell.c.html#L1718'>vfs_shell_ops</a> 1718 src/vfs/shell/shell.c vfs_shell_ops->rename = shell_rename;</span>
|
|
<span class='curline'><a href='../S/src--vfs--shell--shell.c.html#L1719'>vfs_shell_ops</a> 1719 src/vfs/shell/shell.c vfs_shell_ops->mkdir = shell_mkdir;</span>
|
|
<span class='curline'><a href='../S/src--vfs--shell--shell.c.html#L1720'>vfs_shell_ops</a> 1720 src/vfs/shell/shell.c vfs_shell_ops->rmdir = shell_rmdir;</span>
|
|
<span class='curline'><a href='../S/src--vfs--shell--shell.c.html#L1721'>vfs_shell_ops</a> 1721 src/vfs/shell/shell.c vfs_shell_ops->ctl = shell_ctl;</span>
|
|
<span class='curline'><a href='../S/src--vfs--shell--shell.c.html#L1733'>vfs_shell_ops</a> 1733 src/vfs/shell/shell.c vfs_register_class (vfs_shell_ops);</span>
|
|
</pre>
|
|
</body>
|
|
</html>
|