Lines Matching refs:langProcRec
455 /* set langProcRec only for this application context */
456 old = app->langProcRec.proc;
457 app->langProcRec.proc = proc;
458 app->langProcRec.closure = closure;
463 /* set langProcRec for all application contexts */
473 app->langProcRec.proc = proc;
474 app->langProcRec.closure = closure;
792 if (pd->appContext->langProcRec.proc) {
795 pd->language = (*pd->appContext->langProcRec.proc)
796 (dpy, pd->language, pd->appContext->langProcRec.closure);