Lines Matching refs:term
219 for term in word.split('&'):
220 if term:
221 sym_build.append(term)
225 term = None
231 term.AddExpr(sym)
234 if term:
235 terms.append(term)
236 term = Term()
237 term.AddExpr(sym)
238 if term:
239 terms.append(term)
259 for term in terms:
260 result[str(term)] = []
271 for term in terms:
272 if term.Matches(board.props):
273 matching_term = str(term)