Home
last modified time | relevance | path

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

/titanic_44/usr/src/lib/libshell/common/sh/
H A Dio.c320 static int eval_exceptf(Sfio_t*, int, void*, Sfdisc_t*);
330 static const Sfdisc_t eval_disc = { NULL, NULL, NULL, eval_exceptf, NULL};
2072 static int eval_exceptf(Sfio_t *iop,int type, void *data, Sfdisc_t *handle) in eval_exceptf() function