HomeSort by: relevance | last modified time | path
    Searched refs:user_mods (Results 1 - 2 of 2) sorted by relevancy

  /xsrc/external/mit/libX11/dist/src/xlibi18n/
lcWrap.c 80 char *user_mods; local
87 user_mods = getenv("XMODIFIERS");
88 mapped_mods = (*lcd->methods->map_modifiers) (lcd, user_mods, modifiers);
134 const char *user_mods,
142 if (!_XlcValidModSyntax(user_mods, im_valid))
145 if (user_mods)
146 i += strlen(user_mods);
150 if (user_mods)
151 strcat(mods, user_mods);
Xlcint.h 225 _Xconst char* /* user_mods */,
776 _Xconst char* user_mods,

Completed in 6 milliseconds