Home
last modified time | relevance | path

Searched refs:numpr (Results 1 – 1 of 1) sorted by relevance

/freebsd/sbin/ipf/iplang/
H A Diplang_l.l29 int *prstack = NULL, numpr = 0, state = 0, token = 0; variable
189 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));