Home
last modified time | relevance | path

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

/titanic_44/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) in hist_exceptf() function
1156 static int hist_exceptf(Sfio_t* fp, int type, Sfdisc_t *handle) in hist_exceptf()