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

/macosx-10.10/zsh-61/zsh/Src/Modules/
H A Dexample.c149 int ogd = opts[GLOBDOTS];
151 opts[GLOBDOTS] = 1;
153 opts[GLOBDOTS] = ogd;
/macosx-10.10/zsh-61/zsh/Src/
H A Doptions.c141 {{NULL, "globdots", OPT_EMULATE}, GLOBDOTS},
258 {{NULL, "dotglob", OPT_ALIAS}, /* bash */ GLOBDOTS},
285 /* 4 */ GLOBDOTS,
H A Dzsh.h2068 GLOBDOTS, enumerator in enum:__anon15760
H A Dglob.c1109 gf_noglobdots = unset(GLOBDOTS);
/macosx-10.10/zsh-61/zsh/Src/Zle/
H A Dcompctl.c2175 * the command line also starts with a dot or GLOBDOTS is set. */
2176 if (*n != '.' || *fpre == '.' || isset(GLOBDOTS)) {

Completed in 174 milliseconds