Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/flex/dist/src/
H A Dtblcmp.c829 int i, *sp = state, *ep = ext, *protp; in tbldiff() local
832 protp = &protsave[numecs * (pr - 1)]; in tbldiff()
835 if (*++protp == *++sp) in tbldiff()
/netbsd-src/common/include/rpc/
H A Dxdr.h219 #define xdr_rpcprot(xdrs, protp) xdr_u_int32_t(xdrs, protp) argument