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

  /external/mksh/src/
shf.c 137 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))
sh.h 1054 #define SHF_ALLOCB 0x0400 /* shf->buf was alloc()ed */
    [all...]

Completed in 34 milliseconds