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 56 shf->flags = SHF_ALLOCS;
122 sflags |= SHF_ALLOCS;
179 shf->flags = (shf->flags & (SHF_ALLOCS | SHF_ALLOCB)) | sflags;
203 sflags |= SHF_ALLOCS;
236 if (shf->flags & SHF_ALLOCS)
277 if (shf->flags & SHF_ALLOCS)
338 /* Note that we assume SHF_ALLOCS is not set if SHF_ALLOCB
sh.h 862 #define SHF_ALLOCS 0x0200 /* shf and shf->buf were alloc()ed */
    [all...]

Completed in 561 milliseconds