Searched defs:opstack (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_pf.c79 int opstack; /* operand stack depth */ variable
1197 opstack++;
1204 opstack++;
1213 opstack++;
1220 opstack++;
1227 opstack++;
1234 opstack++;
1244 opstack++;
1257 opstack++;
1264 opstack
[all...]
H A Dsnoop_filter.c105 int opstack; /* operand stack depth */ variable
2107 s = opstack;
2109 if (opstack != s + 1)
2111 opstack--;
2135 if (opstack != numargs)
2147 opstack++;
2153 opstack++;
2160 s = opstack;
2169 s = opstack;
2202 opstack
[all...]

Completed in 93 milliseconds