Lines Matching defs:curp
105 register struct idtypes *curp;
108 for (curp = idtypes, endp = &idtypes[IDCNT]; curp < endp; curp++) {
109 if (strcmp(curp->idtypnm, idtypnm) == 0) {
110 *idtypep = curp->idtype;
123 register struct idtypes *curp;
126 for (curp = idtypes, endp = &idtypes[IDCNT]; curp < endp; curp++) {
127 if (idtype == curp->idtype) {
128 (void) strncpy(idtypnm, curp->idtypnm, PC_IDTYPNMSZ);