mirror of
https://github.com/MidnightCommander/source.git
synced 2026-02-02 11:11:55 -08:00
29 lines
3.0 KiB
HTML
29 lines
3.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>shell_subclass</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#L164'>shell_subclass</a> 164 src/vfs/shell/shell.c static struct vfs_s_subclass shell_subclass;</span>
|
|
<span class='curline'><a href='../S/src--vfs--shell--shell.c.html#L165'>shell_subclass</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#L1706'>shell_subclass</a> 1706 src/vfs/shell/shell.c vfs_init_subclass (&shell_subclass, "shell", VFSF_REMOTE | VFSF_USETMP, "sh");</span>
|
|
<span class='curline'><a href='../S/src--vfs--shell--shell.c.html#L1722'>shell_subclass</a> 1722 src/vfs/shell/shell.c shell_subclass.archive_same = shell_archive_same;</span>
|
|
<span class='curline'><a href='../S/src--vfs--shell--shell.c.html#L1723'>shell_subclass</a> 1723 src/vfs/shell/shell.c shell_subclass.new_archive = shell_new_archive;</span>
|
|
<span class='curline'><a href='../S/src--vfs--shell--shell.c.html#L1724'>shell_subclass</a> 1724 src/vfs/shell/shell.c shell_subclass.open_archive = shell_open_archive;</span>
|
|
<span class='curline'><a href='../S/src--vfs--shell--shell.c.html#L1725'>shell_subclass</a> 1725 src/vfs/shell/shell.c shell_subclass.free_archive = shell_free_archive;</span>
|
|
<span class='curline'><a href='../S/src--vfs--shell--shell.c.html#L1726'>shell_subclass</a> 1726 src/vfs/shell/shell.c shell_subclass.fh_new = shell_fh_new;</span>
|
|
<span class='curline'><a href='../S/src--vfs--shell--shell.c.html#L1727'>shell_subclass</a> 1727 src/vfs/shell/shell.c shell_subclass.fh_open = shell_fh_open;</span>
|
|
<span class='curline'><a href='../S/src--vfs--shell--shell.c.html#L1728'>shell_subclass</a> 1728 src/vfs/shell/shell.c shell_subclass.dir_load = shell_dir_load;</span>
|
|
<span class='curline'><a href='../S/src--vfs--shell--shell.c.html#L1729'>shell_subclass</a> 1729 src/vfs/shell/shell.c shell_subclass.file_store = shell_file_store;</span>
|
|
<span class='curline'><a href='../S/src--vfs--shell--shell.c.html#L1730'>shell_subclass</a> 1730 src/vfs/shell/shell.c shell_subclass.linear_start = shell_linear_start;</span>
|
|
<span class='curline'><a href='../S/src--vfs--shell--shell.c.html#L1731'>shell_subclass</a> 1731 src/vfs/shell/shell.c shell_subclass.linear_read = shell_linear_read;</span>
|
|
<span class='curline'><a href='../S/src--vfs--shell--shell.c.html#L1732'>shell_subclass</a> 1732 src/vfs/shell/shell.c shell_subclass.linear_close = shell_linear_close;</span>
|
|
</pre>
|
|
</body>
|
|
</html>
|