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

/illumos-gate/usr/src/lib/libshell/common/edit/
H A Dhistory.c115 static ssize_t hist_write(Sfio_t*, const void*, size_t, Sfdisc_t*);
118 static int hist_write(Sfio_t*, const void*, int, Sfdisc_t*);
214 static const Sfdisc_t hist_disc = { NULL, hist_write, NULL, hist_exceptf, NULL};
764 static ssize_t hist_write(Sfio_t *iop,const void *buff,register size_t insize,Sfdisc_t* handle) function
766 static int hist_write(Sfio_t *iop,const void *buff,register int insize,Sfdisc_t* handle)

Completed in 57 milliseconds