Home
last modified time | relevance | path

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

/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Dio.c338 static int subexcept(Sfio_t*, int, void*, Sfdisc_t*);
352 static const Sfdisc_t sub_disc = { subread, 0, 0, subexcept, 0 };
2445 static int subexcept(Sfio_t* sp,register int mode, void *data, Sfdisc_t* handle) in subexcept() function