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

/external/mksh/src/
H A Dshf.c137 sflags |= SHF_ALLOCB;
179 shf->flags = (shf->flags & (SHF_ALLOCS | SHF_ALLOCB)) | sflags;
210 sflags |= SHF_ALLOCB;
239 else if (shf->flags & SHF_ALLOCB)
345 * SHF_ALLOCB is set... (changing the shf pointer could
349 !(shf->flags & SHF_ALLOCB))
H A Dsh.h1069 #define SHF_ALLOCB 0x0400 /* shf->buf was alloc()ed */ macro

Completed in 1224 milliseconds