Home
last modified time | relevance | path

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

/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/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*);
213 static const Sfdisc_t hist_disc = { NULL, hist_write, NULL, hist_exceptf, NULL};
797 static ssize_t hist_write(Sfio_t *iop,const void *buff,register size_t insize,Sfdisc_t* handle) in hist_write() function
799 static int hist_write(Sfio_t *iop,const void *buff,register int insize,Sfdisc_t* handle) in hist_write()