Searched refs:hist_exceptf (Results 1 – 1 of 1) sorted by relevance
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/edit/ |
H A D | history.c | 116 static int hist_exceptf(Sfio_t*, int, void*, Sfdisc_t*); 119 static int hist_exceptf(Sfio_t*, int, Sfdisc_t*); 213 static const Sfdisc_t hist_disc = { NULL, hist_write, NULL, hist_exceptf, NULL}; 1186 static int hist_exceptf(Sfio_t* fp, int type, void *data, Sfdisc_t *handle) in hist_exceptf() function 1188 static int hist_exceptf(Sfio_t* fp, int type, Sfdisc_t *handle) in hist_exceptf()
|