Lines Matching refs:oldp

57   void **oldp, **newp;  in qh_setaddnth()  local
70 oldp= SETelemaddr_(*setp, oldsize, void); /* NULL */ in qh_setaddnth()
71 newp= oldp+1; in qh_setaddnth()
73 *(newp--)= *(oldp--); /* may overwrite *sizep */ in qh_setaddnth()
452 void **newp, **oldp, *elem; in qh_setdelnthsorted() local
463 oldp= newp+1; in qh_setdelnthsorted()
464 while ((*(newp++)= *(oldp++))) in qh_setdelnthsorted()
490 void **newp, **oldp; in qh_setdelsorted() local
499 oldp= newp+1; in qh_setdelsorted()
500 while ((*(newp++)= *(oldp++))) in qh_setdelsorted()
822 void **oldp, **newp; in qh_setlarger() local
830 oldp= SETaddr_(oldset, void); in qh_setlarger()
832 memcpy((char *)newp, (char *)oldp, (size_t)(size+1) * SETelemsize); in qh_setlarger()
932 void **oldp, **newp; in qh_setnew_delnthsorted() local
943 oldp= SETaddr_(set, void); in qh_setnew_delnthsorted()
949 *(newp++)= *oldp++; in qh_setnew_delnthsorted()
952 *(newp++)= *oldp++; in qh_setnew_delnthsorted()
953 *(newp++)= *oldp++; in qh_setnew_delnthsorted()
956 *(newp++)= *oldp++; in qh_setnew_delnthsorted()
957 *(newp++)= *oldp++; in qh_setnew_delnthsorted()
958 *(newp++)= *oldp++; in qh_setnew_delnthsorted()
961 *(newp++)= *oldp++; in qh_setnew_delnthsorted()
962 *(newp++)= *oldp++; in qh_setnew_delnthsorted()
963 *(newp++)= *oldp++; in qh_setnew_delnthsorted()
964 *(newp++)= *oldp++; in qh_setnew_delnthsorted()
967 memcpy((char *)newp, (char *)oldp, (size_t)nth * SETelemsize); in qh_setnew_delnthsorted()
969 oldp += nth; in qh_setnew_delnthsorted()
972 oldp++; in qh_setnew_delnthsorted()
977 *(newp++)= *oldp++; in qh_setnew_delnthsorted()
980 *(newp++)= *oldp++; in qh_setnew_delnthsorted()
981 *(newp++)= *oldp++; in qh_setnew_delnthsorted()
984 *(newp++)= *oldp++; in qh_setnew_delnthsorted()
985 *(newp++)= *oldp++; in qh_setnew_delnthsorted()
986 *(newp++)= *oldp++; in qh_setnew_delnthsorted()
989 *(newp++)= *oldp++; in qh_setnew_delnthsorted()
990 *(newp++)= *oldp++; in qh_setnew_delnthsorted()
991 *(newp++)= *oldp++; in qh_setnew_delnthsorted()
992 *(newp++)= *oldp++; in qh_setnew_delnthsorted()
995 memcpy((char *)newp, (char *)oldp, (size_t)tailsize * SETelemsize); in qh_setnew_delnthsorted()