Lines Matching refs:a_sel
71 CRSimpleSel * a_sel,
95 CRAdditionalSel * a_sel,
99 CRAdditionalSel * a_sel,
124 CRAdditionalSel * a_sel, CRXMLNodePtr a_node)
131 && a_sel && a_sel->content.pseudo
132 && a_sel->content.pseudo
133 && a_sel->content.pseudo->name
134 && a_sel->content.pseudo->name->stryng
140 if ( (strqcmp (a_sel->content.pseudo->name->stryng->str, "lang", 4 ) &&
141 (strqcmp (a_sel->content.pseudo->name->stryng->str, "xml:lang", 8 ) ) )
142 || a_sel->content.pseudo->type != FUNCTION_PSEUDO) {
147 if (!a_sel->content.pseudo->extra
148 || !a_sel->content.pseudo->extra->stryng
149 || a_sel->content.pseudo->extra->stryng->len < 2)
155 if (!strcasecmp(val, a_sel->content.pseudo->extra->stryng->str)) {
169 CRAdditionalSel * a_sel, CRXMLNodePtr const a_node)
175 && a_sel && a_sel->content.pseudo
176 && a_sel->content.pseudo
177 && a_sel->content.pseudo->name
178 && a_sel->content.pseudo->name->stryng
181 if (strcmp (a_sel->content.pseudo->name->stryng->str,
183 || a_sel->content.pseudo->type != IDENT_PSEUDO) {
595 *@param a_sel the simple selection list.
605 sel_matches_node_real (CRSelEng * a_this, CRSimpleSel * a_sel,
626 for (cur_sel = a_sel;
629 cur_sel = a_sel;
1284 *@a_sel: the simple selector against which the xml node
1298 cr_sel_eng_matches_node (CRSelEng * a_this, CRSimpleSel * a_sel,
1310 return sel_matches_node_real (a_this, a_sel,