Searched refs:x_atab (Results 1 - 1 of 1) sorted by relevance

/external/mksh/src/
H A Dedit.c936 static char *(*x_atab)[X_TABSZ]; /* macro definitions */ variable
1321 macroptr = x_atab[c >> 8][c & 255];
2430 shprintf("'%s'\n", x_atab[prefix][key]);
2531 x_atab[prefix][key])
2532 afree(x_atab[prefix][key], AEDIT);
2540 x_atab[prefix][key] = sp;
5487 x_atab = alloc2(X_NTABS, sizeof(*x_atab), AEDIT);
5490 x_atab[i][j] = NULL;

Completed in 224 milliseconds