HomeSort by relevance Sort by last modified time
    Searched refs:SHF_DYNAMIC (Results 1 - 5 of 5) sorted by null

  /external/mksh/src/
shf.c 191 * and SHF_DYNAMIC is set, the buffer is allocated (if bsize > 0, it is
207 if (!buf && (sflags & SHF_WR) && (sflags & SHF_DYNAMIC)) {
348 if (!(flags & EB_GROW) || !(shf->flags & SHF_DYNAMIC) ||
740 shf_sopen(NULL, 0, SHF_WR|SHF_DYNAMIC, &shf);
tree.c 438 shf_sopen(s, n, SHF_WR | (s ? 0 : SHF_DYNAMIC), &shf);
652 shf_sopen(NULL, 32, SHF_WR | SHF_DYNAMIC, &shf);
eval.c 439 shf_sopen(NULL, 0, SHF_WR|SHF_DYNAMIC, &shf);
    [all...]
lex.c     [all...]
sh.h 1049 #define SHF_DYNAMIC 0x0040 /* string: increase buffer as needed */
    [all...]

Completed in 42 milliseconds