Home
last modified time | relevance | path

Searched refs:SHF_DYNAMIC (Results 1 – 6 of 6) sorted by relevance

/external/mksh/src/
Dshf.c210 if (!buf && (sflags & SHF_WR) && (sflags & SHF_DYNAMIC)) { in shf_sopen()
353 if (!(flags & EB_GROW) || !(shf->flags & SHF_DYNAMIC) || in shf_emptybuf()
767 shf_sopen(NULL, 0, SHF_WR|SHF_DYNAMIC, &shf); in shf_smprintf()
Dtree.c455 shf_sopen(s, n, SHF_WR | (s ? 0 : SHF_DYNAMIC), &shf); in snptreef()
675 shf_sopen(NULL, 32, SHF_WR | SHF_DYNAMIC, &shf); in wdstrip()
Dlex.c1472 SHF_WR | SHF_DYNAMIC, NULL); in set_prompt()
Deval.c446 shf_sopen(NULL, 0, SHF_WR|SHF_DYNAMIC, &shf); in expand()
Dsh.h1643 #define SHF_DYNAMIC 0x0040 /* string: increase buffer as needed */ macro
Dfuncs.c529 co.shf = shf_sopen(NULL, 128, SHF_WR | SHF_DYNAMIC, NULL); in c_print()