pcnt             1289 src/port.c         int pcnt = 0;
pcnt             1294 src/port.c             SCM_CURIN = p->origport[pcnt++];
pcnt             1299 src/port.c             SCM_CUROUT = p->origport[pcnt++];
pcnt             1304 src/port.c             SCM_CURERR = p->origport[pcnt++];
pcnt             1314 src/port.c         int pcnt = 0;
pcnt             1318 src/port.c             packet->origport[pcnt] = SCM_CURIN;
pcnt             1319 src/port.c             SCM_CURIN = port[pcnt++];
pcnt             1322 src/port.c             packet->origport[pcnt] = SCM_CUROUT;
pcnt             1323 src/port.c             SCM_CUROUT = port[pcnt++];
pcnt             1326 src/port.c             packet->origport[pcnt] = SCM_CURERR;
pcnt             1327 src/port.c             SCM_CURERR = port[pcnt++];