Home
last modified time | relevance | path

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

/external/mksh/src/
Dshf.c62 shf->flags = SHF_ALLOCS; in shf_open()
143 sflags |= SHF_ALLOCS; in shf_fdopen()
179 shf->flags = (shf->flags & (SHF_ALLOCS | SHF_ALLOCB)) | sflags; in shf_reopen()
205 sflags |= SHF_ALLOCS; in shf_sopen()
238 if (shf->flags & SHF_ALLOCS) in shf_close()
280 if (shf->flags & SHF_ALLOCS) in shf_sclose()
Dsh.h1437 #define SHF_ALLOCS 0x0200 /* shf and shf->buf were alloc()ed */ macro