Searched refs:SHF_DYNAMIC (Results 1 - 4 of 4) sorted by relevance

/external/mksh/src/
H A Dtree.c368 shf_sopen(s, n, SHF_WR | (s ? 0 : SHF_DYNAMIC), &shf);
559 shf_sopen(NULL, 32, SHF_WR | SHF_DYNAMIC, &shf);
H A Dshf.c190 * and SHF_DYNAMIC is set, the buffer is allocated (if bsize > 0, it is
206 if (!buf && (sflags & SHF_WR) && (sflags & SHF_DYNAMIC)) {
341 if (!(flags & EB_GROW) || !(shf->flags & SHF_DYNAMIC) ||
724 shf_sopen(NULL, 0, SHF_WR|SHF_DYNAMIC, &shf);
H A Dlex.c1505 SHF_WR | SHF_DYNAMIC, NULL);
H A Dsh.h858 #define SHF_DYNAMIC 0x0040 /* string: increase buffer as needed */ macro

Completed in 22 milliseconds