Searched refs:cur_sel (Results 1 - 8 of 8) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/libcroco/
H A Dcr-attr-sel.c64 CRAttrSel *cur_sel = NULL; local
69 for (cur_sel = a_this;
70 cur_sel->next;
71 cur_sel = cur_sel->next) ;
73 cur_sel->next = a_attr_sel;
74 a_attr_sel->prev = cur_sel;
H A Dcr-sel-eng.c300 CRAttrSel *cur_sel = NULL; local
306 for (cur_sel = a_add_sel->content.attr_sel;
307 cur_sel; cur_sel = cur_sel->next) {
308 switch (cur_sel->match_way) {
310 if (!cur_sel->name
311 || !cur_sel->name->stryng
312 || !cur_sel->name->stryng->str)
316 cur_sel
623 CRSimpleSel *cur_sel = NULL; local
820 *cur_sel = NULL; local
[all...]
H A Dcr-simple-sel.c249 CRSimpleSel *cur_sel = NULL; local
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
[all...]
H A Dcr-additional-sel.c185 CRAdditionalSel *cur_sel = NULL; local
196 for (cur_sel = a_this;
197 cur_sel && cur_sel->next; cur_sel = cur_sel->next) ;
199 g_return_val_if_fail (cur_sel != NULL, NULL);
201 cur_sel->next = a_sel;
202 a_sel->prev = cur_sel;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/libcroco/
H A Dcr-attr-sel.c64 CRAttrSel *cur_sel = NULL; local
69 for (cur_sel = a_this;
70 cur_sel->next;
71 cur_sel = cur_sel->next) ;
73 cur_sel->next = a_attr_sel;
74 a_attr_sel->prev = cur_sel;
H A Dcr-sel-eng.c300 CRAttrSel *cur_sel = NULL; local
306 for (cur_sel = a_add_sel->content.attr_sel;
307 cur_sel; cur_sel = cur_sel->next) {
308 switch (cur_sel->match_way) {
310 if (!cur_sel->name
311 || !cur_sel->name->stryng
312 || !cur_sel->name->stryng->str)
316 cur_sel
623 CRSimpleSel *cur_sel = NULL; local
820 *cur_sel = NULL; local
[all...]
H A Dcr-simple-sel.c249 CRSimpleSel *cur_sel = NULL; local
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
[all...]
H A Dcr-additional-sel.c185 CRAdditionalSel *cur_sel = NULL; local
196 for (cur_sel = a_this;
197 cur_sel && cur_sel->next; cur_sel = cur_sel->next) ;
199 g_return_val_if_fail (cur_sel != NULL, NULL);
201 cur_sel->next = a_sel;
202 a_sel->prev = cur_sel;

Completed in 128 milliseconds