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

/external/mksh/src/
H A Dshf.c62 shf->flags = SHF_ALLOCS;
143 sflags |= SHF_ALLOCS;
179 shf->flags = (shf->flags & (SHF_ALLOCS | SHF_ALLOCB)) | sflags;
204 sflags |= SHF_ALLOCS;
237 if (shf->flags & SHF_ALLOCS)
279 if (shf->flags & SHF_ALLOCS)
344 * Note that we assume SHF_ALLOCS is not set if
H A Dsh.h1068 #define SHF_ALLOCS 0x0200 /* shf and shf->buf were alloc()ed */ macro

Completed in 236 milliseconds