Home
last modified time | relevance | path

Searched refs:C_PIPE_SHELL (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/usr.bin/mail/
H A Dcmdtab.c53 #define A (C_PIPE_SHELL | C_PIPE_PAGER)
54 #define C (C_PIPE_SHELL | C_PIPE_CRT)
55 #define S (C_PIPE_SHELL)
H A Ddef.h195 # define C_PIPE_SHELL 4 /* enable shell pipes */ macro