Searched refs:FILTER_RBANG (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/contrib/nvi/ex/
H A Dex_bang.c148 ftype = FILTER_RBANG;
H A Dex_filter.c152 * FILTER_RBANG, FILTER_READ:
159 * For FILTER_RBANG, there is nothing to write to the utility.
170 if (ftype == FILTER_RBANG || ftype == FILTER_READ) {
171 if (ftype == FILTER_RBANG)
H A Dex.h199 * FILTER_RBANG !: read from the utility (without stdin).
203 enum filtertype { FILTER_BANG, FILTER_RBANG, FILTER_READ, FILTER_WRITE }; enumerator in enum:filtertype

Completed in 166 milliseconds