Searched refs:pUseKeyboardExtension (Results 1 – 1 of 1) sorted by relevance
45 static char *pUseKeyboardExtension = getenv( "SAL_XKEYBOARDGROUP" ); in SalI18N_KeyboardExtension() local46 if ( pUseKeyboardExtension != NULL ) in SalI18N_KeyboardExtension()48 mbUseExtension = pUseKeyboardExtension[0] != '\0' ; in SalI18N_KeyboardExtension()50 mnDefaultGroup = strtol( pUseKeyboardExtension, NULL, 0 ); in SalI18N_KeyboardExtension()
Completed in 5 milliseconds