mirror of
https://github.com/MidnightCommander/source.git
synced 2026-02-02 11:11:55 -08:00
32 lines
3.3 KiB
HTML
32 lines
3.3 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>ctlop</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--vfs--direntry.c.html#L791'>ctlop</a> 791 lib/vfs/direntry.c vfs_s_setctl (const vfs_path_t *vpath, int ctlop, void *arg)</span>
|
|
<span class='curline'><a href='../S/lib--vfs--direntry.c.html#L797'>ctlop</a> 797 lib/vfs/direntry.c switch (ctlop)</span>
|
|
<span class='curline'><a href='../S/lib--vfs--interface.c.html#L343'>ctlop</a> 343 lib/vfs/interface.c mc_ctl (int handle, int ctlop, void *arg)</span>
|
|
<span class='curline'><a href='../S/lib--vfs--interface.c.html#L350'>ctlop</a> 350 lib/vfs/interface.c return (vfs == NULL || vfs->ctl == NULL) ? 0 : vfs->ctl (fsinfo, ctlop, arg);</span>
|
|
<span class='curline'><a href='../S/lib--vfs--interface.c.html#L356'>ctlop</a> 356 lib/vfs/interface.c mc_setctl (const vfs_path_t *vpath, int ctlop, void *arg)</span>
|
|
<span class='curline'><a href='../S/lib--vfs--interface.c.html#L366'>ctlop</a> 366 lib/vfs/interface.c result = me->setctl != NULL ? me->setctl (vpath, ctlop, arg) : 0;</span>
|
|
<span class='curline'><a href='../S/lib--vfs--vfs.h.html#L205'>ctlop</a> 205 lib/vfs/vfs.h int (*ctl) (void *vfs_info, int ctlop, void *arg);</span>
|
|
<span class='curline'><a href='../S/lib--vfs--vfs.h.html#L206'>ctlop</a> 206 lib/vfs/vfs.h int (*setctl) (const vfs_path_t *vpath, int ctlop, void *arg);</span>
|
|
<span class='curline'><a href='../S/lib--vfs--vfs.h.html#L334'>ctlop</a> 334 lib/vfs/vfs.h int mc_ctl (int fd, int ctlop, void *arg);</span>
|
|
<span class='curline'><a href='../S/lib--vfs--vfs.h.html#L335'>ctlop</a> 335 lib/vfs/vfs.h int mc_setctl (const vfs_path_t *vpath, int ctlop, void *arg);</span>
|
|
<span class='curline'><a href='../S/src--vfs--extfs--extfs.c.html#L1697'>ctlop</a> 1697 src/vfs/extfs/extfs.c extfs_setctl (const vfs_path_t *vpath, int ctlop, void *arg)</span>
|
|
<span class='curline'><a href='../S/src--vfs--extfs--extfs.c.html#L1701'>ctlop</a> 1701 src/vfs/extfs/extfs.c if (ctlop == VFS_SETCTL_RUN)</span>
|
|
<span class='curline'><a href='../S/src--vfs--ftpfs--ftpfs.c.html#L2088'>ctlop</a> 2088 src/vfs/ftpfs/ftpfs.c ftpfs_ctl (void *fh, int ctlop, void *arg)</span>
|
|
<span class='curline'><a href='../S/src--vfs--ftpfs--ftpfs.c.html#L2092'>ctlop</a> 2092 src/vfs/ftpfs/ftpfs.c switch (ctlop)</span>
|
|
<span class='curline'><a href='../S/src--vfs--shell--shell.c.html#L1188'>ctlop</a> 1188 src/vfs/shell/shell.c shell_ctl (void *fh, int ctlop, void *arg)</span>
|
|
<span class='curline'><a href='../S/src--vfs--shell--shell.c.html#L1192'>ctlop</a> 1192 src/vfs/shell/shell.c (void) ctlop;</span>
|
|
<span class='curline'><a href='../S/src--vfs--shell--shell.c.html#L1197'>ctlop</a> 1197 src/vfs/shell/shell.c switch (ctlop)</span>
|
|
</pre>
|
|
</body>
|
|
</html>
|