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

/xsrc/external/mit/libXt/dist/src/
H A DTMstate.c298 LateBindingsPtr late2P = lateBind2P; local in function:CompareLateModifiers
300 if (late1P != NULL || late2P != NULL) {
307 if (late2P != NULL)
308 for (; late2P->keysym != NoSymbol; j++)
309 late2P++;
316 for (late2P = lateBind2P + i - 1; late2P >= lateBind2P; late2P--) {
317 if (late1P->keysym == late2P->keysym
318 && late1P->knot == late2P
[all...]

Completed in 6 milliseconds