Home | History | Annotate | Download | only in src

Lines Matching refs:x_tab

933 static unsigned char (*x_tab)[X_TABSZ];	/* key definition */
1220 x_tab[x_curprefix][c];
1885 f = x_tab[0][c];
1890 f = x_tab[1][c] & 0x7F;
2423 int f = x_tab[prefix][key];
2459 if (x_tab == NULL) {
2474 f = XFUNC_VALUE(x_tab[prefix][key]);
2489 f = XFUNC_VALUE(x_tab[prefix][key]);
2538 if (XFUNC_VALUE(x_tab[prefix][key]) == XFUNC_ins_string &&
2542 x_tab[prefix][key] = f
2575 x_tab[p][k] = func;
5484 x_tab = alloc2(X_NTABS, sizeof(*x_tab), AEDIT);
5486 x_tab[0][j] = XFUNC_insert;
5489 x_tab[i][j] = XFUNC_error;
5491 x_tab[x_defbindings[i].xdb_tab][x_defbindings[i].xdb_char]
5506 if (x_tab != NULL)