Home
last modified time | relevance | path

Searched refs:SHF_ALLOCS (Results 1 – 2 of 2) sorted by relevance

/minix/bin/ksh/
H A Dshf.c51 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)
H A Dshf.h38 #define SHF_ALLOCS 0x0200 /* shf and shf->buf were alloc()ed */ macro