Searched refs:SHF_DYNAMIC (Results 1 – 4 of 4) sorted by relevance
| /netbsd/src/bin/ksh/ |
| D | shf.h | 34 #define SHF_DYNAMIC 0x0040 /* string: increase buffer as needed */ macro
|
| D | shf.c | 199 if (!buf && (sflags & SHF_WR) && (sflags & SHF_DYNAMIC)) { 357 if (!(flags & EB_GROW) || !(shf->flags & SHF_DYNAMIC) 798 shf_sopen((char *) 0, 0, SHF_WR|SHF_DYNAMIC, &shf); in shf_smprintf()
|
| D | tree.c | 396 shf_sopen(s, n, SHF_WR | (s ? 0 : SHF_DYNAMIC), &shf); in snptreef() 603 shf_sopen((char *) 0, 32, SHF_WR | SHF_DYNAMIC, &shf);
|
| D | lex.c | 1120 SHF_WR | SHF_DYNAMIC, (struct shf *) 0);
|