main.c | 65 stae *mstack; /* stack of m4 machine */ variable in typeref:typename:stae * 242 mstack = (stae *)xalloc(sizeof(stae) * STACKMAX, NULL); 550 eval((const char **) mstack+fp+1, 2, 598 eval((const char **) mstack+fp+1, sp-fp, 772 mstack = xrealloc(mstack, sizeof(stae) * STACKMAX,
|