origport         1281 src/port.c         ScmPort *origport[3];
origport         1294 src/port.c             SCM_CURIN = p->origport[pcnt++];
origport         1299 src/port.c             SCM_CUROUT = p->origport[pcnt++];
origport         1304 src/port.c             SCM_CURERR = p->origport[pcnt++];
origport         1318 src/port.c             packet->origport[pcnt] = SCM_CURIN;
origport         1322 src/port.c             packet->origport[pcnt] = SCM_CUROUT;
origport         1326 src/port.c             packet->origport[pcnt] = SCM_CURERR;