Searched refs:prstack (Results 1 – 1 of 1) sorted by relevance
30 int *prstack = NULL, numpr = 0, state = 0, token = 0; variable191 if (!prstack)192 prstack = (int *)malloc(sizeof(int));194 prstack = (int *)reallocarray((char *)prstack, numpr,196 prstack[numpr - 1] = oldipproto;203 ipproto = prstack[numpr];205 free(prstack);206 prstack = NULL;209 prstack = (int *)realloc((char *)prstack, numpr * sizeof(int));