Searched refs:META_DUP (Results 1 - 14 of 14) sorted by relevance

/macosx-10.10/zsh-61/zsh/Src/Modules/
H A Dattr.c121 setsparam(param, metafy(value, attr_len, META_DUP));
193 setsparam(param, metafy(value, list_len-1, META_DUP));
205 *arrptr++ = metafy(p, -1, META_DUP);
H A Dstat.c571 *arrptr++ = metafy(outbuf, -1, META_DUP);
575 *hashptr++ = metafy(outbuf, -1, META_DUP);
583 *arrptr++= metafy(outbuf, -1, META_DUP);
587 *hashptr++ = metafy(outbuf, -1, META_DUP);
H A Dregex.c109 *x = metafy(lhstr + m->rm_so, m->rm_eo - m->rm_so, META_DUP);
120 s = metafy(lhstr + m->rm_so, m->rm_eo - m->rm_so, META_DUP);
H A Dpcre.c170 match_all = metafy(captures[0], -1, META_DUP);
183 *x++ = metafy(*y, -1, META_DUP);
H A Dsystem.c210 setsparam(outvar, metafy(inbuf, count, META_DUP));
224 setsparam(outvar, metafy(inbuf, count, META_DUP));
H A Ddatetime.c139 setsparam(scalar, metafy(buffer, -1, META_DUP));
/macosx-10.10/zsh-61/zsh/Src/
H A Dinit.c951 home = metafy(pswd->pw_dir, -1, META_DUP);
978 pwd = metafy(zgetcwd(), -1, META_DUP);
H A Dpattern.c2310 str = metafy(patinstart, patinput - patinstart, META_DUP);
2361 matcharr[i] = metafy(*sp, *ep - *sp, META_DUP);
H A Dprompt.c1831 *var = metafy(keyseq, len, META_DUP);
H A Dutils.c3952 * META_DUP, buf should point to an at least len+1 long memory area. The *
3967 * META_DUP: leave buf unchanged and allocate space for the return *
3969 * META_HEAPDUP: same as META_DUP, but uses the heap */
3988 if (meta || heap == META_DUP || heap == META_HEAPDUP) {
3997 case META_DUP:
4053 * isn't const. Using it with META_DUP should be safe.
4055 return metafy((char *)s, -1, META_DUP);
5195 ret = metafy(buf, p - buf, META_DUP);
H A Dzsh.h395 #define META_DUP 3 macro
H A Dbuiltin.c811 pwd = metafy(zgetcwd(), -1, META_DUP);
820 pwd = metafy(zgetcwd(), -1, META_DUP);
4620 zoptarg = metafy(optbuf, lenoptbuf, META_DUP);
4638 p = metafy(str+optcind, lenstr-optcind, META_DUP);
4655 setsparam(var, metafy(optbuf, lenoptbuf, META_DUP));
H A Dparams.c741 (pm = setsparam(iname, metafy(ivalue, -1, META_DUP)))) {
/macosx-10.10/zsh-61/zsh/Src/Zle/
H A Dzle_utils.c340 return metafy(instr, inll, useheap ? META_HEAPDUP : META_DUP);

Completed in 179 milliseconds