Lines Matching defs:global
82 int parseconfig(const char *filename, struct GlobalConfig *global)
87 struct OperationConfig *operation = global->last;
212 warnf(operation->global, "%s:%d: warning: '%s' uses unquoted "
214 warnf(operation->global, "This may cause side-effects. "
227 res = getparameter(option, param, NULL, &usedarg, global, operation);
228 operation = global->last;
242 /* Set the global config pointer */
243 operation->next->global = global;
246 global->last = operation->next;
267 warnf(operation->global, "%s:%d: warning: '%s' %s",