Home | History | Annotate | Download | only in x11vnc

Lines Matching full:score_hint

1568 static short **score_hint = NULL;
1619 if (khints && score_hint == NULL) {
1620 score_hint = (short **) malloc(0x100 * sizeof(short *));
1622 score_hint[i] = (short *) malloc(0x100 * sizeof(short));
1627 score_hint[i][j] = -1;
1633 if (cnt % 100 && khints && score_hint != NULL) {
1637 score_hint[i][j] = -1;
1787 score_hint[ks][j] = -1;
1833 score_hint[(int) keysym][kc_f[l]] = (short) score[l];
1865 if (score_hint[ks][key] < 0) {
1869 if (sbest < 0 || score_hint[ks][key] < sbest) {
1870 sbest = score_hint[ks][key];
1882 fprintf(stderr, " UP: found via score_hint, s/l=%d/%d\n",