Home | History | Annotate | Download | only in utils

Lines Matching refs:ref

785     for ref in references:
786 n = getNode((ref.name,) + ref.section.indices)
787 n[2].append(ref)
831 for ref in references:
832 spec = specs[ref.name] = specs.get(ref.name,{})
833 items = spec[ref.section] = spec.get(ref.section,[])
834 items.append(ref)