Home
last modified time | relevance | path

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

/netbsd-src/bin/ksh/
H A Dshf.c29 static int shf_emptybuf ARGS((struct shf *shf, int flags));
322 return shf_emptybuf(shf, 0);
331 shf_emptybuf(shf, flags) in shf_emptybuf() function
428 if ((shf->flags & SHF_WRITING) && shf_emptybuf(shf, EB_READSW) == EOF)
475 if ((shf->flags & SHF_WRITING) && shf_emptybuf(shf, EB_READSW) == EOF)
615 if ((shf->flags & SHF_WRITING) && shf_emptybuf(shf, EB_READSW) == EOF)
672 if (shf->wnleft == 0 && shf_emptybuf(shf, EB_GROW) == EOF)
726 if (shf_emptybuf(shf, EB_GROW) == EOF)