Lines Matching refs:cur_sel
249 CRSimpleSel const *cur_sel = NULL;
256 for (cur_sel = a_this; cur_sel; cur_sel = cur_sel->next) {
257 if (cur_sel->type_mask & TYPE_SELECTOR) {
259 } else if (!cur_sel->name
260 || !cur_sel->name->stryng
261 || !cur_sel->name->stryng->str) {
262 if (cur_sel->add_sel->type ==
272 for (cur_add_sel = cur_sel->add_sel;