Home
last modified time | relevance | path

Searched refs:C_PIPE_CRT (Results 1 – 3 of 3) sorted by relevance

/netbsd/src/usr.bin/mail/
Ddef.h194 # define C_PIPE_CRT 2 /* use the pager if CRT is defined */ macro
Dcmdtab.c54 #define C (C_PIPE_SHELL | C_PIPE_CRT)
Dlex.c447 if (c_pipe & C_PIPE_CRT && value(ENAME_CRT) != NULL) in do_paging()