Home
last modified time | relevance | path

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

/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Dio.c339 static int eval_exceptf(Sfio_t*, int, void*, Sfdisc_t*);
349 static const Sfdisc_t eval_disc = { NULL, NULL, NULL, eval_exceptf, NULL};
2366 static int eval_exceptf(Sfio_t *iop,int type, void *data, Sfdisc_t *handle) in eval_exceptf() function