HomeSort by relevance Sort by last modified time
    Searched refs:SHF_ALLOCS (Results 1 - 2 of 2) sorted by null

  /external/mksh/src/
shf.c 62 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
sh.h 1053 #define SHF_ALLOCS 0x0200 /* shf and shf->buf were alloc()ed */
    [all...]

Completed in 46 milliseconds