Home
last modified time | relevance | path

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

/external/mksh/src/
Dshf.c40 static int shf_fillbuf(struct shf *);
407 shf_fillbuf(struct shf *shf) in shf_fillbuf() function
466 (shf_fillbuf(shf) == -1 || shf->rnleft == 0)) in shf_read()
506 if (shf_fillbuf(shf) == -1) in shf_getse()
552 if (shf->rnleft == 0 && (shf_fillbuf(shf) == -1 || shf->rnleft == 0)) in shf_getchar()