Searched refs:FILTER_READ (Results 1 - 8 of 8) sorted by relevance

/openbsd-current/usr.bin/vi/ex/
H A Dex_filter.c74 * Historically, in the FILTER_READ case, the utility reads from
114 } else if (ftype != FILTER_READ && pipe(input) < 0) {
186 * FILTER_RBANG, FILTER_READ:
198 * Set the return cursor to the last line read in for FILTER_READ.
204 if (ftype == FILTER_RBANG || ftype == FILTER_READ) {
211 if (ftype == FILTER_READ) {
326 ftype == FILTER_READ && F_ISSET(sp, SC_VI) ? 1 : 0, 0) || rval);
H A Dex.h197 * FILTER_READ read: read from the utility (with stdin).
200 enum filtertype { FILTER_BANG, FILTER_RBANG, FILTER_READ, FILTER_WRITE }; enumerator in enum:filtertype
H A Dex_read.c170 NULL, &rm, cmdp->argv[argc]->bp, FILTER_READ))
/openbsd-current/gnu/usr.bin/perl/cpan/Filter-Util-Call/
H A DCall.xs166 n = FILTER_READ(idx + 1, my_sv, maxlen) ;
208 RETVAL = FILTER_READ(IDX + 1, buffer, size) ;
/openbsd-current/gnu/usr.bin/perl/
H A Dtoke.c817 const I32 count = FILTER_READ(idx+1, sv, maxlen);
4885 return FILTER_READ(idx+1, buf_sv, correct_length); /* recurse */
4918 /* call "FILTER_READ(idx+1, buf_sv)" first. */
4940 if (FILTER_READ(0, sv, 0) > 0)
13134 status = FILTER_READ(idx + 1, utf16_buffer,
13199 if (FILTER_READ(0, PL_linestr, 0)) {
H A Dpp_ctl.c6545 status = FILTER_READ(idx+1, upstream, 0);
H A Dperl.h4425 #define FILTER_READ(idx, sv, len) filter_read(idx, sv, len) macro
/openbsd-current/gnu/usr.bin/perl/ext/XS-APItest/
H A DAPItest.xs1395 int n = FILTER_READ(idx + 1, buf_sv, maxlen);

Completed in 154 milliseconds