Lines Matching refs:operation
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;
235 if(operation->url_list && operation->url_list->url) {
237 operation->next = malloc(sizeof(struct OperationConfig));
238 if(operation->next) {
240 config_init(operation->next);
243 operation->next->global = global;
245 /* Update the last operation pointer */
246 global->last = operation->next;
249 operation->next->prev = operation;
250 operation = operation->next;
267 warnf(operation->global, "%s:%d: warning: '%s' %s",