Lines Matching full:x_tab
934 static unsigned char (*x_tab)[X_TABSZ]; /* key definition */
1221 x_tab[x_curprefix][c];
1876 f = x_tab[0][c];
1881 f = x_tab[1][c] & 0x7F;
2415 int f = x_tab[prefix][key];
2451 if (x_tab == NULL) {
2466 f = XFUNC_VALUE(x_tab[prefix][key]);
2481 f = XFUNC_VALUE(x_tab[prefix][key]);
2530 if (XFUNC_VALUE(x_tab[prefix][key]) == XFUNC_ins_string &&
2534 x_tab[prefix][key] = f
2567 x_tab[p][k] = func;
5476 x_tab = alloc2(X_NTABS, sizeof(*x_tab), AEDIT);
5478 x_tab[0][j] = XFUNC_insert;
5481 x_tab[i][j] = XFUNC_error;
5483 x_tab[x_defbindings[i].xdb_tab][x_defbindings[i].xdb_char]
5498 if (x_tab != NULL)