Lines Matching refs:rxkb_context
212 static struct rxkb_context *
222 struct rxkb_context *ctx; in test_setup_context_for()
244 static struct rxkb_context *
260 fetch_model(struct rxkb_context *ctx, const char *model) in fetch_model()
272 find_model(struct rxkb_context *ctx, const char *model) in find_model()
280 find_models(struct rxkb_context *ctx, ...) in find_models()
300 fetch_layout(struct rxkb_context *ctx, const char *layout, const char *variant) in fetch_layout()
316 find_layout(struct rxkb_context *ctx, const char *layout, const char *variant) in find_layout()
324 find_layouts(struct rxkb_context *ctx, ...) in find_layouts()
347 fetch_option_group(struct rxkb_context *ctx, const char *grp) in fetch_option_group()
359 find_option_group(struct rxkb_context *ctx, const char *grp) in find_option_group()
367 fetch_option(struct rxkb_context *ctx, const char *grp, const char *opt) in fetch_option()
386 find_option(struct rxkb_context *ctx, const char *grp, const char *opt) in find_option()
394 find_options(struct rxkb_context *ctx, ...) in find_options()
530 struct rxkb_context *ctx; in test_load_basic()
566 struct rxkb_context *ctx; in test_load_full()
610 struct rxkb_context *ctx; in test_popularity()
674 struct rxkb_context *ctx; in test_load_merge()
780 struct rxkb_context *ctx; in test_load_merge_no_overwrite()
812 struct rxkb_context *ctx; in test_no_include_paths()
824 struct rxkb_context *ctx; in test_invalid_include()