Lines Matching defs:Global
53 * Global variables.
56 static struct block *Global = NULL;
220 /* Gets a mode block (childs of the global scope), which matches the
228 b = Global;
230 if (strcmp(modename, "Global") == 0)
231 return Global;
252 Global = config_parse(f);
253 if (Global == NULL)
268 if (Global != NULL)
269 block_free(Global);