Home
last modified time | relevance | path

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

/freebsd/contrib/nvi/ex/
H A Dex_filter.c79 if (ftype != FILTER_READ && pipe(input) < 0) { in ex_filter()
170 if (ftype == FILTER_RBANG || ftype == FILTER_READ) { in ex_filter()
177 if (ftype == FILTER_READ) { in ex_filter()
286 ftype == FILTER_READ && F_ISSET(sp, SC_VI) ? 1 : 0, 0) || rval); in ex_filter()
H A Dex.h203 enum filtertype { FILTER_BANG, FILTER_RBANG, FILTER_READ, FILTER_WRITE }; enumerator
H A Dex_read.c168 NULL, &rm, cmdp->argv[argc]->bp, FILTER_READ)) in ex_read()