Lines Matching refs:xref
140 # Go through the dance of getting an xref out of the C domain
144 xref = None
154 lit_text = nodes.literal(classes=['xref', 'c', 'c-func'])
166 xref = cdom.resolve_xref(app.env, docname, app.builder,
170 xref = None
172 if xref:
173 return xref
200 # Go through the dance of getting an xref out of the C domain
204 xref = None
214 lit_text = nodes.literal(classes=['xref', 'c', class_str[match.re]])
225 xref = cdom.resolve_xref(app.env, docname, app.builder,
229 xref = None
231 if xref:
232 return xref
243 # Go through the dance of getting an xref out of the std domain
249 xref = None
258 xref = stddom.resolve_xref(app.env, docname, app.builder, 'doc',
261 xref = None
263 # Return the xref if we got it; otherwise just return the plain text.
265 if xref:
266 return xref