mc_pipe_t         221 lib/util.h     mc_pipe_t *mc_popen (const char *command, gboolean read_out, gboolean read_err, GError ** error);
mc_pipe_t         222 lib/util.h     void mc_pread (mc_pipe_t * p, GError ** error);
mc_pipe_t         223 lib/util.h     void mc_pclose (mc_pipe_t * p, GError ** error);
mc_pipe_t         553 lib/utilunix.c mc_pipe_t *
mc_pipe_t         556 lib/utilunix.c     mc_pipe_t *p;
mc_pipe_t         559 lib/utilunix.c     p = g_try_new (mc_pipe_t, 1);
mc_pipe_t         616 lib/utilunix.c mc_pread (mc_pipe_t *p, GError **error)
mc_pipe_t         724 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         304 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         603 src/vfs/extfs/extfs.c extfs_read_archive (mc_pipe_t *pip, struct extfs_super_t *archive, GError **error)
mc_pipe_t         731 src/vfs/extfs/extfs.c     mc_pipe_t *pip;
mc_pipe_t         932 src/vfs/extfs/extfs.c     mc_pipe_t *pip;
mc_pipe_t         144 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         386 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;