Searched refs:x_atab (Results 1 – 1 of 1) sorted by relevance
956 static char *(*x_atab)[X_TABSZ]; /* macro definitions */ variable1368 macroptr = x_atab[c >> 8][c & 255]; in x_ins_string()2461 shprintf("'%s'\n", x_atab[prefix][key]); in x_print()2562 x_atab[prefix][key]) in x_bind()2563 afree(x_atab[prefix][key], AEDIT); in x_bind()2571 x_atab[prefix][key] = sp; in x_bind()5547 x_atab = alloc2(X_NTABS, sizeof(*x_atab), AEDIT); in x_init()5550 x_atab[i][j] = NULL; in x_init()