Searched refs:META_NOALLOC (Results 1 - 9 of 9) sorted by relevance

/macosx-10.10/zsh-61/zsh/Src/Modules/
H A Dattr.c129 zwarnnam(nam, "%s: %e", metafy(file, slen, META_NOALLOC), errno);
146 zwarnnam(nam, "%s: %e", metafy(file, slen, META_NOALLOC), errno);
163 zwarnnam(nam, "%s: %e", metafy(file, slen, META_NOALLOC), errno);
218 zwarnnam(nam, "%s: %e", metafy(file, slen, META_NOALLOC), errno);
H A Dcurses.c1120 (void)metafy(instr, ret, META_NOALLOC);
1420 (void)metafy(instr, count, META_NOALLOC);
/macosx-10.10/zsh-61/zsh/Src/Zle/
H A Dzle_keymap.c373 metafy(m, 1, META_NOALLOC);
392 metafy(m, 1, META_NOALLOC);
548 metafy(fs, 1, META_NOALLOC);
948 metafy(m, 1, META_NOALLOC);
1024 metafy(m, 1, META_NOALLOC);
H A Dzle_vi.c115 metafy(m, 1, META_NOALLOC);
/macosx-10.10/zsh-61/zsh/Src/
H A Dprompt.c655 metafy(bv->bp, -1, META_NOALLOC);
H A Dbuiltin.c1136 return metafy(buf, -1, META_NOALLOC);
3775 promptexpand(metafy(args[n], len[n], META_NOALLOC),
4031 metafy(args[n], len[n], META_NOALLOC);
H A Dutils.c756 metafy(xbuf3, t0, META_NOALLOC);
1493 s = unmetafy(promptexpand(metafy(s, l, META_NOALLOC),
3962 * META_NOALLOC: buf points to a memory area which is long enough to hold *
4014 case META_NOALLOC:
H A Dzsh.h397 #define META_NOALLOC 5 macro
H A Dexec.c532 pth = metafy(pth, -1, META_NOALLOC);
535 (void) metafy(*eep, -1, META_NOALLOC);

Completed in 146 milliseconds