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

/macosx-10.10/zsh-61/zsh/Src/
H A Dglob.c186 static struct globdata curglobdata; variable in typeref:struct:globdata
188 #define matchsz (curglobdata.gd_matchsz)
189 #define matchct (curglobdata.gd_matchct)
190 #define pathbufsz (curglobdata.gd_pathbufsz)
191 #define pathbufcwd (curglobdata.gd_pathbufcwd)
192 #define matchbuf (curglobdata.gd_matchbuf)
193 #define matchptr (curglobdata.gd_matchptr)
194 #define colonmod (curglobdata.gd_colonmod)
195 #define quals (curglobdata.gd_quals)
196 #define qualct (curglobdata
[all...]

Completed in 82 milliseconds