Lines Matching full:symbols
13 <!-- Build keys for all symbols -->
14 <xsl:key name="symbols" match="/api/symbols/*" use="@name"/>
19 <xsl:apply-templates select="symbols"/>
81 <xsl:apply-templates mode="details" select="/api/symbols/macro[@file=$module]"/>
82 …<xsl:apply-templates mode="details" select="/api/symbols/typedef[@file=$module] | /api/symbols/str…
83 <xsl:apply-templates mode="details" select="/api/symbols/functype[@file=$module]"/>
84 <xsl:apply-templates mode="details" select="/api/symbols/variable[@file=$module]"/>
85 <xsl:apply-templates mode="details" select="/api/symbols/function[@file=$module]"/>
92 <xsl:template match="/api/symbols">
103 <xsl:template match="/api/symbols/functype">
106 <xsl:template match="/api/symbols/function">
109 <xsl:template match="/api/symbols/typedef">
112 <xsl:template match="/api/symbols/enum">
115 <xsl:template match="/api/symbols/struct">
118 <xsl:template match="/api/symbols/macro">
121 <xsl:template match="/api/symbols/variable">