Searched refs:SHF_DYNAMIC (Results 1 – 5 of 5) sorted by relevance
/external/mksh/src/ |
D | shf.c | 207 if (!buf && (sflags & SHF_WR) && (sflags & SHF_DYNAMIC)) { in shf_sopen() 348 if (!(flags & EB_GROW) || !(shf->flags & SHF_DYNAMIC) || in shf_emptybuf() 740 shf_sopen(NULL, 0, SHF_WR|SHF_DYNAMIC, &shf); in shf_smprintf()
|
D | tree.c | 431 shf_sopen(s, n, SHF_WR | (s ? 0 : SHF_DYNAMIC), &shf); in snptreef() 648 shf_sopen(NULL, 32, SHF_WR | SHF_DYNAMIC, &shf); in wdstrip()
|
D | lex.c | 1479 SHF_WR | SHF_DYNAMIC, NULL); in set_prompt()
|
D | eval.c | 428 shf_sopen(NULL, 0, SHF_WR|SHF_DYNAMIC, &shf); in expand()
|
D | sh.h | 1120 #define SHF_DYNAMIC 0x0040 /* string: increase buffer as needed */ macro
|