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

/openbsd-current/usr.bin/vi/ex/
H A Dex_bang.c145 ftype = FILTER_RBANG;
H A Dex_filter.c186 * FILTER_RBANG, FILTER_READ:
193 * For FILTER_RBANG, there is nothing to write to the utility.
204 if (ftype == FILTER_RBANG || ftype == FILTER_READ) {
205 if (ftype == FILTER_RBANG)
H A Dex.h196 * FILTER_RBANG !: read from the utility (without stdin).
200 enum filtertype { FILTER_BANG, FILTER_RBANG, FILTER_READ, FILTER_WRITE }; enumerator in enum:filtertype

Completed in 79 milliseconds