Searched refs:x_atab (Results 1 – 1 of 1) sorted by relevance
850 static char *(*x_atab)[X_TABSZ]; /* macro definitions */ variable1228 macroptr = x_atab[c >> 8][c & 255]; in x_ins_string()2339 shprintf("'%s'\n", x_atab[prefix][key]); in x_print()2438 x_atab[prefix][key]) in x_bind()2439 afree(x_atab[prefix][key], AEDIT); in x_bind()2447 x_atab[prefix][key] = sp; in x_bind()2480 x_atab = alloc(X_NTABS * sizeof(*x_atab), AEDIT); in x_init_emacs()2483 x_atab[i][j] = NULL; in x_init_emacs()