Home
last modified time | relevance | path

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

/external/libxkbcommon/xkbcommon/src/
Dcontext-priv.c120 if (ctx->use_environment_names) in xkb_context_get_default_rules()
131 if (ctx->use_environment_names) in xkb_context_get_default_model()
142 if (ctx->use_environment_names) in xkb_context_get_default_layout()
156 if (layout && ctx->use_environment_names) in xkb_context_get_default_variant()
167 if (ctx->use_environment_names) in xkb_context_get_default_options()
Dcontext.h52 unsigned int use_environment_names : 1; member
Dcontext.c271 ctx->use_environment_names = !(flags & XKB_CONTEXT_NO_ENVIRONMENT_NAMES); in xkb_context_new()