Lines Matching refs:amatch_rule
174 typedef struct amatch_rule amatch_rule; typedef
481 struct amatch_rule { struct
482 amatch_rule *pNext; /* Next rule in order of increasing rCost */ argument
502 amatch_rule *pRule; /* All active rules in this amatch */ argument
534 static amatch_rule *amatchMergeRules(amatch_rule *pA, amatch_rule *pB){ in amatchMergeRules()
535 amatch_rule head; in amatchMergeRules()
536 amatch_rule *pTail; in amatchMergeRules()
570 amatch_rule **ppRule, /* OUT: New rule object */ in amatchLoadOneRule()
581 amatch_rule *pRule = 0; /* New rule object to return */ in amatchLoadOneRule()
646 amatch_rule *pRule = p->pRule; in amatchFreeRules()
663 amatch_rule *pHead = 0; in amatchLoadRules()
681 amatch_rule *pRule = 0; in amatchLoadRules()
700 amatch_rule *pX; in amatchLoadRules()
701 amatch_rule *a[15]; in amatchLoadRules()
1112 amatch_rule *pRule; in amatchNext()