Lines Matching refs:target
128 def failure_seen(target):
129 return (target) in failed_lookups
130 def note_failure(target):
131 failed_lookups[target] = True
152 for target in possible_targets:
153 if (target not in Skipfuncs) and not failure_seen(target):
158 reftarget = target,
167 'function', target, pxref,
174 note_failure(target)
212 for target in possible_targets:
213 if not (match.re == RE_function and target in Skipfuncs):
218 reftarget = target, modname = None,
226 reftype_str[match.re], target, pxref,
246 target = match.group(2)
248 target = "/" + target
251 reftarget = target, modname = None,
259 target, pxref, None)