Searched refs:insertlist (Results 1 – 1 of 1) sorted by relevance
43 static long *insertlist=NULL; /* We can't embed this in the pointer list; variable74 insertlist=(long *)realloc(insertlist,sizeof(long *)*palloced); in _insert()77 insertlist=(long *)malloc(sizeof(long *)*palloced); in _insert()86 pinsert=insertlist[pinsert]; in _insert()183 insertlist[insert]=pinsert; in _ripremove()