Home
last modified time | relevance | path

Searched refs:insertlist (Results 1 – 1 of 1) sorted by relevance

/external/tremolo/Tremolo/
Dmisc.c43 static long *insertlist=NULL; /* We can't embed this in the pointer list; variable
74 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()