Lines Matching refs:shortkey
24 if decl.shortkey not in typespecs:
25 typespecs[decl.shortkey] = [decl]
27 typespecs[decl.shortkey].append(decl)
74 if member.vartype.typespec != decl.shortkey:
242 decl, = (d for d in types if d.shortkey == typespec)
247 if d.shortkey == typespec and d.filename == filename]
252 found = [d for d in types if d.shortkey == typespec]
264 print(f'*** {decl.shortkey} {decl.filename}')
267 if typespec == decl.shortkey:
280 if d.shortkey == member.vartype.typespec
284 if d.shortkey == typespec]