Searched refs:SHF_DYNAMIC (Results 1 - 7 of 7) sorted by relevance
/third_party/mksh/ |
H A D | shf.c | 193 * 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 D | tree.c | 277 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 D | lex.c | 1492 SHF_WR | SHF_DYNAMIC, NULL); in set_prompt()
|
H A D | eval.c | 816 shf_sopen(NULL, 0, SHF_WR|SHF_DYNAMIC, &shf); in expand()
|
H A D | sh.h | 1717 #define SHF_DYNAMIC 0x0040 /* string: increase buffer as needed */ macro
|
H A D | funcs.c | 531 co.shf = shf_sopen(NULL, 128, SHF_WR | SHF_DYNAMIC, NULL); in c_print()
|
H A D | edit.c | 5736 shf_sopen(alloc(newlen, AEDIT), newlen, SHF_WR | SHF_DYNAMIC, &shf); in x_quote_region_helper() local
|
Completed in 25 milliseconds