Lines Matching full:target
131 def failure_seen(target): argument
132 return (target) in failed_lookups
133 def note_failure(target): argument
134 failed_lookups[target] = True
155 for target in possible_targets:
156 if (target not in Skipfuncs) and not failure_seen(target):
161 reftarget = target,
170 'function', target, pxref,
177 note_failure(target)
215 for target in possible_targets:
216 if not (match.re == RE_function and target in Skipfuncs):
221 reftarget = target, modname = None,
229 reftype_str[match.re], target, pxref,
249 target = match.group(2)
251 target = "/" + target
254 reftarget = target, modname = None,
262 target, pxref, None)