Home
last modified time | relevance | path

Searched refs:option_groups (Results 1 – 3 of 3) sorted by relevance

/external/libxkbcommon/src/
Dregistry.c78 struct list option_groups; /* list of struct rxkb_option_group */ member
407 DECLARE_FIRST_NEXT_FOR_TYPE(rxkb_option_group, rxkb_context, option_groups);
425 list_for_each_safe(og, ogtmp, &ctx->option_groups, base.link) in rxkb_context_destroy()
427 assert(list_empty(&ctx->option_groups)); in rxkb_context_destroy()
521 list_init(&ctx->option_groups); in rxkb_context_new()
1001 list_for_each(g, &ctx->option_groups, base.link) { in parse_group()
1020 list_append(&ctx->option_groups, &g->base.link); in parse_group()
/external/python/cpython2/Lib/
Doptparse.py333 for group in parser.option_groups:
1233 for group in self.option_groups:
1236 del self.option_groups
1245 self.option_groups = []
1315 for group in self.option_groups:
1349 self.option_groups.append(group)
1632 for group in self.option_groups:
/external/python/cpython3/Lib/
Doptparse.py339 for group in parser.option_groups:
1220 for group in self.option_groups:
1223 del self.option_groups
1232 self.option_groups = []
1302 for group in self.option_groups:
1336 self.option_groups.append(group)
1617 for group in self.option_groups: