Home
last modified time | relevance | path

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

/third_party/mksh/
H A Dshf.c193 * and SHF_DYNAMIC is set, the buffer is allocated (if bsize > 0, it is
210 if (!buf && (sflags & SHF_WR) && (sflags & SHF_DYNAMIC)) { in shf_sopen()
353 if (!(flags & EB_GROW) || !(shf->flags & SHF_DYNAMIC) || in shf_emptybuf()
768 shf_sopen(NULL, 0, SHF_WR|SHF_DYNAMIC, &shf); in shf_smprintf()
H A Dtree.c277 shf_sopen(NULL, 0, SHF_WR | SHF_DYNAMIC, in pioact()
455 shf_sopen(s, n, SHF_WR | (s ? 0 : SHF_DYNAMIC), &shf); in snptreef()
681 shf_sopen(NULL, 32, SHF_WR | SHF_DYNAMIC, &shf); in wdstrip()
H A Dlex.c1492 SHF_WR | SHF_DYNAMIC, NULL); in set_prompt()
H A Deval.c816 shf_sopen(NULL, 0, SHF_WR|SHF_DYNAMIC, &shf); in expand()
H A Dsh.h1717 #define SHF_DYNAMIC 0x0040 /* string: increase buffer as needed */ macro
H A Dfuncs.c531 co.shf = shf_sopen(NULL, 128, SHF_WR | SHF_DYNAMIC, NULL); in c_print()
H A Dedit.c5736 shf_sopen(alloc(newlen, AEDIT), newlen, SHF_WR | SHF_DYNAMIC, &shf); in x_quote_region_helper() local

Completed in 22 milliseconds