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

/macosx-10.10/zsh-61/zsh/Src/
H A Doptions.c81 {{NULL, "allexport", OPT_EMULATE}, ALLEXPORT},
330 /* a */ ALLEXPORT,
407 /* a */ ALLEXPORT,
H A Dparams.c666 int oae = opts[ALLEXPORT];
689 opts[ALLEXPORT] = 0;
759 opts[ALLEXPORT] = oae;
892 if (isset(ALLEXPORT) && !(flags & PM_HASHELEM))
2391 !(isset(ALLEXPORT) && !(v->pm->node.flags & PM_HASHELEM))) ||
4291 * ALLEXPORT is set, this must be global.
4297 if (isset(ALLEXPORT))
H A Dexec.c2274 allexp = opts[ALLEXPORT];
2275 opts[ALLEXPORT] = 1;
2277 opts[ALLEXPORT] = allexp;
H A Dzsh.h2008 ALLEXPORT, enumerator in enum:__anon15760

Completed in 97 milliseconds