mc_pipe_t         204 lib/util.h     mc_pipe_t *mc_popen (const char *command, gboolean read_out, gboolean read_err, GError ** error);
mc_pipe_t         205 lib/util.h     void mc_pread (mc_pipe_t * p, GError ** error);
mc_pipe_t         206 lib/util.h     void mc_pclose (mc_pipe_t * p, GError ** error);
mc_pipe_t         505 lib/utilunix.c mc_pipe_t *
mc_pipe_t         508 lib/utilunix.c     mc_pipe_t *p;
mc_pipe_t         511 lib/utilunix.c     p = g_try_new (mc_pipe_t, 1);
mc_pipe_t         568 lib/utilunix.c mc_pread (mc_pipe_t * p, GError ** error)
mc_pipe_t         676 lib/utilunix.c mc_pclose (mc_pipe_t * p, GError ** error)
mc_pipe_t         103 src/clipboard.c     mc_pipe_t *p;
mc_pipe_t         305 src/filemanager/panelize.c     mc_pipe_t *external;
mc_pipe_t         511 src/vfs/extfs/extfs.c static mc_pipe_t *
mc_pipe_t         516 src/vfs/extfs/extfs.c     mc_pipe_t *result = NULL;
mc_pipe_t         600 src/vfs/extfs/extfs.c extfs_read_archive (mc_pipe_t * pip, struct extfs_super_t *archive, GError ** error)
mc_pipe_t         728 src/vfs/extfs/extfs.c     mc_pipe_t *pip;
mc_pipe_t         924 src/vfs/extfs/extfs.c     mc_pipe_t *pip;
mc_pipe_t         146 src/vfs/sfs/sfs.c     mc_pipe_t *pip;
mc_pipe_t          79 src/viewer/datasource.c mcview_set_datasource_stdio_pipe (WView * view, mc_pipe_t * p)
mc_pipe_t         385 src/viewer/datasource.c     mc_pipe_t *p;
mc_pipe_t         157 src/viewer/growbuf.c             mc_pipe_t *sp = view->ds_stdio_pipe;
mc_pipe_t         101 src/viewer/internal.h     mc_pipe_t *ds_stdio_pipe;   /* Output of a shell command */
mc_pipe_t         241 tests/lib/utilunix__mc_pstream_get_string.c static mc_pipe_t *
mc_pipe_t         244 tests/lib/utilunix__mc_pstream_get_string.c     mc_pipe_t *p;
mc_pipe_t         246 tests/lib/utilunix__mc_pstream_get_string.c     p = g_try_new0 (mc_pipe_t, 1);
mc_pipe_t         256 tests/lib/utilunix__mc_pstream_get_string.c test_mc_pread (mc_pipe_t * p)
mc_pipe_t         284 tests/lib/utilunix__mc_pstream_get_string.c     mc_pipe_t *pip;