Searched refs:EC_DUPTOK (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10/zsh-61/zsh/Src/
H A Dloop.c86 if (!(args = ecgetlist(state, *state->pc++, EC_DUPTOK, &htok))) {
222 if (!(args = ecgetlist(state, *state->pc++, EC_DUPTOK, &htok))) {
445 tmp = ecgetstr(state, EC_DUPTOK, &htok);
H A Dcond.c178 left = ecgetstr(state, EC_DUPTOK, &htok);
184 right = ecgetstr(state, EC_DUPTOK, &htok);
H A Dexec.c2218 name = ecgetstr(state, EC_DUPTOK, &htok);
2227 init_list1(svl, ecgetstr(state, EC_DUPTOK, &htok));
2230 vl = ecgetlist(state, WC_ASSIGN_NUM(ac), EC_DUPTOK, &htok);
2423 /* It would be nice if we could use EC_DUPTOK instead of EC_DUP here.
4172 e = ecgetstr(state, EC_DUPTOK, &htok);
4227 names = ecgetlist(state, *state->pc++, EC_DUPTOK, &htok);
4292 args = ecgetlist(state, *state->pc++, EC_DUPTOK, &htok);
H A Dzsh.h730 #define EC_DUPTOK 2 macro

Completed in 138 milliseconds