HomeSort by: relevance | last modified time | path
    Searched refs:SHF_ALLOCB (Results 1 - 2 of 2) sorted by relevancy

  /src/bin/ksh/
shf.h 39 #define SHF_ALLOCB 0x0400 /* shf->buf was alloc()ed */
shf.c 108 sflags |= SHF_ALLOCB;
167 shf->flags = (shf->flags & (SHF_ALLOCS | SHF_ALLOCB)) | sflags;
202 sflags |= SHF_ALLOCB;
232 else if (shf->flags & SHF_ALLOCB)
289 else if (shf->flags & SHF_ALLOCB)
354 /* Note that we assume SHF_ALLOCS is not set if SHF_ALLOCB
358 || !(shf->flags & SHF_ALLOCB))

Completed in 12 milliseconds