Lines Matching defs:x_tab
959 static unsigned char (*x_tab)[X_TABSZ]; /* key definition */
1300 x_tab[x_curprefix][c];
1938 f = x_tab[0][c];
1943 f = x_tab[1][c] & 0x7F;
2434 return (x_tab == NULL);
2464 unsigned char f = XFUNC_VALUE(x_tab[prefix][key]);
2488 if (x_tab[prefix][key] & 0x80)
2529 switch (XFUNC_VALUE(x_tab[prefix][key])) {
2590 switch (XFUNC_VALUE(x_tab[prefix][key])) {
2638 if (XFUNC_VALUE(x_tab[prefix][key]) == XFUNC_ins_string)
2644 x_tab[prefix][key] = c;
2670 x_tab[p][k] = func;
5598 x_tab = alloc2(X_NTABS, sizeof(*x_tab), AEDIT);
5600 x_tab[0][j] = XFUNC_insert;
5603 x_tab[i][j] = XFUNC_error;
5605 x_tab[x_defbindings[i].xdb_tab][x_defbindings[i].xdb_char]
5620 if (x_tab != NULL)