Searched refs:cmn (Results 1 - 7 of 7) sorted by relevance

/xsrc/external/mit/libX11/dist/src/xkb/
H A DXKBUse.c457 xkbCompatMapNotify *cmn = (xkbCompatMapNotify *) event; local in function:wire_to_event
465 cmev->time = cmn->time;
466 cmev->device = cmn->deviceID;
467 cmev->changed_groups = cmn->changedGroups;
468 cmev->first_si = cmn->firstSI;
469 cmev->num_si = cmn->nSI;
470 cmev->num_total_si = cmn->nTotalSI;
/xsrc/external/mit/xkbcomp/dist/
H A Dmisc.c255 ClearCommonInfo(CommonInfo * cmn) argument
257 if (cmn != NULL)
260 for (this = cmn; this != NULL; this = next)
/xsrc/external/mit/xorg-server.old/dist/xkb/
H A DxkbEvents.c903 xkbCompatMapNotify cmn; local in function:XkbSendNotification
904 memset(&cmn, 0, sizeof(xkbCompatMapNotify));
905 cmn.changedGroups= pChanges->compat.changed_groups;
906 cmn.firstSI= pChanges->compat.first_si;
907 cmn.nSI= pChanges->compat.num_si;
908 cmn.nTotalSI= kbd->key->xkbInfo->desc->compat->num_si;
909 XkbSendCompatMapNotify(kbd,&cmn);
/xsrc/external/mit/xorg-server/dist/xkb/
H A DxkbEvents.c881 xkbCompatMapNotify cmn; local in function:XkbSendNotification
883 memset(&cmn, 0, sizeof(xkbCompatMapNotify));
884 cmn.changedGroups = pChanges->compat.changed_groups;
885 cmn.firstSI = pChanges->compat.first_si;
886 cmn.nSI = pChanges->compat.num_si;
887 cmn.nTotalSI = kbd->key->xkbInfo->desc->compat->num_si;
888 XkbSendCompatMapNotify(kbd, &cmn);
/xsrc/external/mit/fontconfig/dist/fc-lang/
H A DMakefile.am296 cmn.orth \
H A DMakefile.in682 cmn.orth \
/xsrc/external/mit/fontconfig/dist/conf.d/
H A D35-lang-normalize.conf189 <!-- cmn* -> cmn -->
191 <test name="lang" compare="contains"><string>cmn</string></test>
192 <edit name="lang" mode="assign" binding="same"><string>cmn</string></edit>

Completed in 12 milliseconds