Searched refs:hist_exceptf (Results 1 – 2 of 2) sorted by relevance
/titanic_51/usr/src/lib/libshell/common/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*); 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()
|
/titanic_51/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()
|