Lines Matching refs:term
217 for term in word.split('&'):
218 if term:
219 sym_build.append(term)
223 term = None
229 term.AddExpr(sym)
232 if term:
233 terms.append(term)
234 term = Term()
235 term.AddExpr(sym)
236 if term:
237 terms.append(term)
257 for term in terms:
258 result[str(term)] = []
269 for term in terms:
270 if term.Matches(board.props):
271 matching_term = str(term)