Lines Matching defs:global
60 * vms_show is a global variable, used in main() as parameter for
139 * This is the main global constructor for the app. Call this before
152 /* Initialise the global config */
169 config->first->global = config;
201 * This is the main global destructor for the app. Call this after
233 struct GlobalConfig global;
234 memset(&global, 0, sizeof(global));
251 errorf(&global, "(%d) Windows-specific init failed", result);
257 errorf(&global, "out of file descriptors");
270 result = main_init(&global);
273 result = operate(&global, argc, argv);
276 main_free(&global);