Searched defs:reductions (Results 1 – 1 of 1) sorted by relevance
185 typedef struct reductions reductions; typedef186 struct reductions { struct187 struct reductions *next; argument188 short number;189 short nreds;190 short rules[1];