Searched refs:numpr (Results 1 – 1 of 1) sorted by relevance
29 int *prstack = NULL, numpr = 0, state = 0, token = 0; variable189 numpr++;193 prstack = (int *)reallocarray((char *)prstack, numpr,195 prstack[numpr - 1] = oldipproto;201 numpr--;202 ipproto = prstack[numpr];203 if (!numpr) {208 prstack = (int *)realloc((char *)prstack, numpr * sizeof(int));