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

  /src/bin/ksh/
shf.h 34 #define SHF_DYNAMIC 0x0040 /* string: increase buffer as needed */
tree.c 396 shf_sopen(s, n, SHF_WR | (s ? 0 : SHF_DYNAMIC), &shf);
603 shf_sopen((char *) 0, 32, SHF_WR | SHF_DYNAMIC, &shf);
shf.c 178 * and SHF_DYNAMIC is set, the buffer is allocated (if bsize > 0, it is
199 if (!buf && (sflags & SHF_WR) && (sflags & SHF_DYNAMIC)) {
357 if (!(flags & EB_GROW) || !(shf->flags & SHF_DYNAMIC)
798 shf_sopen((char *) 0, 0, SHF_WR|SHF_DYNAMIC, &shf);
lex.c 1120 SHF_WR | SHF_DYNAMIC, (struct shf *) 0);

Completed in 17 milliseconds