Searched refs:xkb_context_num_include_paths (Results 1 – 5 of 5) sorted by relevance
144 nincludes = xkb_context_num_include_paths(ctx); in test_config_root_include_path()182 nincludes = xkb_context_num_include_paths(ctx); in test_config_root_include_path_fallback()211 assert(xkb_context_num_include_paths(ctx) >= 1); in test_xkbdir_include_path()236 assert(xkb_context_num_include_paths(ctx) >= 1); in test_xdg_include_path()264 assert(xkb_context_num_include_paths(ctx) >= 1); in test_xdg_include_path_fallback()296 assert(xkb_context_num_include_paths(ctx) >= 3); in test_include_order()321 assert(xkb_context_num_include_paths(context) == 1); in main()323 assert(xkb_context_num_include_paths(context) == 1); in main()
203 if (xkb_context_num_include_paths(ctx) > 0) { in LogIncludePaths()205 xkb_context_num_include_paths(ctx)); in LogIncludePaths()206 for (i = 0; i < xkb_context_num_include_paths(ctx); i++) in LogIncludePaths()245 for (i = *offset; i < xkb_context_num_include_paths(ctx); i++) { in FindFileInXkbPath()
175 xkb_context_num_include_paths(struct xkb_context *ctx) in xkb_context_num_include_paths() function187 if (idx >= xkb_context_num_include_paths(ctx)) in xkb_context_include_path_get()
16 xkb_context_num_include_paths;
716 xkb_context_num_include_paths(struct xkb_context *context);