Searched refs:type_rtrn (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/xkbcomp/dist/
H A Daction.c46 stringToAction(const char *str, unsigned *type_rtrn) argument
52 *type_rtrn = XkbSA_NoAction;
54 *type_rtrn = XkbSA_SetMods;
56 *type_rtrn = XkbSA_LatchMods;
58 *type_rtrn = XkbSA_LockMods;
60 *type_rtrn = XkbSA_SetGroup;
62 *type_rtrn = XkbSA_LatchGroup;
64 *type_rtrn = XkbSA_LockGroup;
66 *type_rtrn = XkbSA_MovePtr;
68 *type_rtrn
[all...]
H A Dsymbols.c1711 * @param type_rtrn Set to the index of the name if found.
1716 FindNamedType(const XkbDescPtr xkb, Atom name, unsigned *type_rtrn) argument
1724 *type_rtrn = n;

Completed in 5 milliseconds