mc_pipe_t         231 lib/util.h     mc_pipe_t *mc_popen (const char *command, gboolean read_out, gboolean read_err, GError **error);
mc_pipe_t         232 lib/util.h     void mc_pread (mc_pipe_t *p, GError **error);
mc_pipe_t         233 lib/util.h     void mc_pclose (mc_pipe_t *p, GError **error);
mc_pipe_t         554 lib/utilunix.c mc_pipe_t *
mc_pipe_t         557 lib/utilunix.c     mc_pipe_t *p;
mc_pipe_t         560 lib/utilunix.c     p = g_try_new (mc_pipe_t, 1);
mc_pipe_t         617 lib/utilunix.c mc_pread (mc_pipe_t *p, GError **error)
mc_pipe_t         725 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         300 src/filemanager/panelize.c     mc_pipe_t *external;
mc_pipe_t         516 src/vfs/extfs/extfs.c static mc_pipe_t *
mc_pipe_t         521 src/vfs/extfs/extfs.c     mc_pipe_t *result = NULL;
mc_pipe_t         610 src/vfs/extfs/extfs.c extfs_read_archive (mc_pipe_t *pip, struct extfs_super_t *archive, GError **error)
mc_pipe_t         738 src/vfs/extfs/extfs.c     mc_pipe_t *pip;
mc_pipe_t         939 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         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         102 src/viewer/internal.h     mc_pipe_t *ds_stdio_pipe;     // Output of a shell command
mc_pipe_t         219 tests/lib/utilunix__mc_pstream_get_string.c static mc_pipe_t *
mc_pipe_t         222 tests/lib/utilunix__mc_pstream_get_string.c     mc_pipe_t *p;
mc_pipe_t         224 tests/lib/utilunix__mc_pstream_get_string.c     p = g_try_new0 (mc_pipe_t, 1);
mc_pipe_t         234 tests/lib/utilunix__mc_pstream_get_string.c test_mc_pread (mc_pipe_t *p)
mc_pipe_t         260 tests/lib/utilunix__mc_pstream_get_string.c     mc_pipe_t *pip;