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

/illumos-gate/usr/src/lib/libshell/common/edit/
H A Dhistory.c116 static int hist_exceptf(Sfio_t*, int, void*, Sfdisc_t*);
119 static int hist_exceptf(Sfio_t*, int, Sfdisc_t*);
214 static const Sfdisc_t hist_disc = { NULL, hist_write, NULL, hist_exceptf, NULL};
1154 static int hist_exceptf(Sfio_t* fp, int type, void *data, Sfdisc_t *handle) function
1156 static int hist_exceptf(Sfio_t* fp, int type, Sfdisc_t *handle)

Completed in 45 milliseconds