pipe               70 lib/aio.c      DEF_AIO_CB_WRAP(pipe);
pipe              541 lib/aio.c        DEF_AIO_NEW_LOOP(pipe);
pipe              703 lib/aio.c      aio_read2_cb(uv_pipe_t* pipe, ssize_t nread, const uv_buf_t* buf, uv_handle_type pending) {
pipe              704 lib/aio.c        aio_pipe_t* wrap = (aio_pipe_t*)pipe;
pipe              708 lib/aio.c        FATAL_AIO_TYPE(data, pipe);
pipe             1186 lib/aio.c      aio_pipe_open(Potion *P, PN cl, PN pipe, PN file) {
pipe             1187 lib/aio.c        aio_pipe_t *handle = AIO_DATA(pipe,pipe);
pipe             1190 lib/aio.c        return r ? aio_error(P, "pipe open", r) : pipe;
pipe             1194 lib/aio.c      aio_pipe_bind(Potion *P, PN cl, PN pipe, PN name) {
pipe             1195 lib/aio.c        aio_pipe_t *handle = AIO_DATA(pipe,pipe);
pipe             1198 lib/aio.c        return r ? aio_error(P, "pipe bind", r) : pipe;
pipe             1202 lib/aio.c      aio_pipe_connect(Potion *P, PN cl, PN pipe, PN req, PN name, PN cb) {
pipe             1203 lib/aio.c        aio_pipe_t *handle = AIO_DATA(pipe,pipe);
pipe             1208 lib/aio.c        return pipe;
pipe             1213 lib/aio.c      aio_pipe_pending_instances(Potion *P, PN cl, PN pipe, PN count) {
pipe             1214 lib/aio.c        aio_pipe_t *handle = AIO_DATA(pipe,pipe);
pipe             1217 lib/aio.c        return pipe;
pipe             1295 lib/aio.c        aio_pipe_t *handle = AIO_DATA(pipe,self);
pipe             1866 lib/aio.c        DEF_AIO_GLOBAL_VT(pipe,aio_stream,"ipc=N|loop=o");
pipe              187 syn/syntax-p5.y        | pipe assign s:sets  { e = PN_AST2(ASSIGN, e, PN_OP(AST_PIPE, e, s)) }
pipe              214 syn/syntax-p5.y          ( pipe x:bitand       { a = PN_OP(AST_PIPE, a, x) }
pipe              398 syn/syntax-p5.y pipe = '|' -
pipe               78 syn/syntax.y          | pipe assign s:sets  { e = PN_AST2(ASSIGN, e, PN_OP(AST_PIPE, e, s)) }
pipe              105 syn/syntax.y            ( pipe x:bitand       { a = PN_OP(AST_PIPE, a, x) }
pipe              232 syn/syntax.y   pipe = '|' --