HomeSort by: relevance | last modified time | path
    Searched refs:c_pipe (Results 1 - 3 of 3) sorted by relevancy

  /src/usr.bin/mail/
def.h 192 int c_pipe; /* Pipe output through the pager */ member in struct:cmd
lex.c 437 do_paging(const char *cmd, int c_pipe)
444 if (c_pipe & C_PIPE_PAGER)
447 if (c_pipe & C_PIPE_CRT && value(ENAME_CRT) != NULL)
473 setup_piping(const char *cmd, char *cmdline, int c_pipe)
511 else if (do_paging(cmd, c_pipe)) {
706 if (!sourcing && com->c_pipe && value(ENAME_INTERACTIVE) != NULL) {
712 if (setup_piping(com->c_name, cp, com->c_pipe) == -1)
complete.c 841 if (c->c_pipe) {

Completed in 14 milliseconds