Lines Matching refs:xref
129 # Go through the dance of getting an xref out of the C domain
133 xref = None
136 lit_text = nodes.literal(classes=['xref', 'c', class_s])
147 xref = cdom.resolve_xref(app.env, docname, app.builder,
151 xref = None
153 if xref:
154 return xref
180 # Go through the dance of getting an xref out of the C domain
184 xref = None
187 lit_text = nodes.literal(classes=['xref', 'c', class_str[match.re]])
198 xref = cdom.resolve_xref(app.env, docname, app.builder,
202 xref = None
204 # Return the xref if we got it; otherwise just return the plain text.
206 if xref:
207 return xref
218 # Go through the dance of getting an xref out of the std domain
221 xref = None
230 xref = stddom.resolve_xref(app.env, docname, app.builder, 'doc',
233 xref = None
235 # Return the xref if we got it; otherwise just return the plain text.
237 if xref:
238 return xref