Home
last modified time | relevance | path

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

/external/mksh/src/
Dshf.c137 sflags |= SHF_ALLOCB; in shf_fdopen()
179 shf->flags = (shf->flags & (SHF_ALLOCS | SHF_ALLOCB)) | sflags; in shf_reopen()
211 sflags |= SHF_ALLOCB; in shf_sopen()
240 else if (shf->flags & SHF_ALLOCB) in shf_close()
352 !(shf->flags & SHF_ALLOCB)) in shf_emptybuf()
Dsh.h1438 #define SHF_ALLOCB 0x0400 /* shf->buf was alloc()ed */ macro