Lines Matching full:pinsert
52 static int pinsert=0;67 ((head *)ptr)->ptr=pinsert;70 if(pinsert>=palloced){81 pointers[pinsert]=ptr;83 if(pinsert==ptop)84 pinsert=++ptop;86 pinsert=insertlist[pinsert];183 insertlist[insert]=pinsert;184 pinsert=insert;