Searched refs:shf_sopen (Results 1 – 7 of 7) sorted by relevance
/third_party/mksh/ |
D | shf.c | 198 shf_sopen(char *buf, ssize_t bsize, int sflags, struct shf *shf) in shf_sopen() function 753 shf_sopen(buf, bsize, SHF_WR, &shf); in shf_snprintf() 768 shf_sopen(NULL, 0, SHF_WR|SHF_DYNAMIC, &shf); in shf_smprintf()
|
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()
|
D | lex.c | 1491 shf = shf_sopen(NULL, strlen(ps1) * 2, in set_prompt()
|
D | eval.c | 816 shf_sopen(NULL, 0, SHF_WR|SHF_DYNAMIC, &shf); in expand()
|
D | sh.h | 2684 struct shf *shf_sopen(char *, ssize_t, int, struct shf *);
|
D | funcs.c | 531 co.shf = shf_sopen(NULL, 128, SHF_WR | SHF_DYNAMIC, NULL); in c_print()
|
D | edit.c | 5736 shf_sopen(alloc(newlen, AEDIT), newlen, SHF_WR | SHF_DYNAMIC, &shf); in x_quote_region_helper()
|