Searched refs:EC_DUP (Results 1 - 5 of 5) sorted by relevance

/macosx-10.10/zsh-61/zsh/Src/
H A Dcond.c114 strs = ecgetarr(state, l, EC_DUP, NULL);
H A Dparse.c2423 return ((dup == EC_DUP || (dup && (c & 1))) ? dupstring(r) : r);
2506 r->name = ecgetstr(s, EC_DUP, NULL);
2509 r->here_terminator = ecgetstr(s, EC_DUP, NULL);
2510 r->munged_here_terminator = ecgetstr(s, EC_DUP, NULL);
2517 r->varid = ecgetstr(s, EC_DUP, NULL);
H A Dloop.c536 word = ecgetstr(state, EC_DUP, NULL);
H A Dzsh.h729 #define EC_DUP 1 macro
H A Dexec.c2423 /* It would be nice if we could use EC_DUPTOK instead of EC_DUP here.
2427 ecgetlist(state, WC_SIMPLE_ARGC(code), EC_DUP, &htok) : NULL);

Completed in 133 milliseconds