Searched refs:prstack (Results 1 – 1 of 1) sorted by relevance
29 int *prstack = NULL, numpr = 0, state = 0, token = 0; variable190 if (!prstack)191 prstack = (int *)malloc(sizeof(int));193 prstack = (int *)reallocarray((char *)prstack, numpr,195 prstack[numpr - 1] = oldipproto;202 ipproto = prstack[numpr];204 free(prstack);205 prstack = NULL;208 prstack = (int *)realloc((char *)prstack, numpr * sizeof(int));