Home
last modified time | relevance | path

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

/external/libxkbcommon/src/
Dcontext-priv.c107 if (ctx->use_environment_names) in xkb_context_get_default_rules()
118 if (ctx->use_environment_names) in xkb_context_get_default_model()
129 if (ctx->use_environment_names) in xkb_context_get_default_layout()
143 if (layout && ctx->use_environment_names) in xkb_context_get_default_variant()
154 if (ctx->use_environment_names) in xkb_context_get_default_options()
Dcontext.h55 unsigned int use_environment_names : 1; member
Dcontext.c319 ctx->use_environment_names = !(flags & XKB_CONTEXT_NO_ENVIRONMENT_NAMES); in xkb_context_new()