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

  /src/bin/ksh/
shf.h 38 #define SHF_ALLOCS 0x0200 /* shf and shf->buf were alloc()ed */
shf.c 51 shf->flags = SHF_ALLOCS;
114 sflags |= SHF_ALLOCS;
167 shf->flags = (shf->flags & (SHF_ALLOCS | SHF_ALLOCB)) | sflags;
196 sflags |= SHF_ALLOCS;
230 if (shf->flags & SHF_ALLOCS)
273 if (shf->flags & SHF_ALLOCS)
287 if (shf->flags & SHF_ALLOCS)
354 /* Note that we assume SHF_ALLOCS is not set if SHF_ALLOCB

Completed in 12 milliseconds