Searched refs:condition_l (Results 1 – 2 of 2) sorted by relevance
3436 PreconditionList *condition_l; local3441 for (condition_l = rule->conditions;3442 condition_l != NULL;3443 condition_l = condition_l->next)3447 Precondition *cond = condition_l->precond;
2773 PreconditionList *condition_l; in xg_instruction_matches_rule() local2778 for (condition_l = rule->conditions; in xg_instruction_matches_rule()2779 condition_l != NULL; in xg_instruction_matches_rule()2780 condition_l = condition_l->next) in xg_instruction_matches_rule()2784 Precondition *cond = condition_l->precond; in xg_instruction_matches_rule()