Home
last modified time | relevance | path

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

/external/tremolo/Tremolo/
Dmisc.c52 static int pinsert=0; variable
67 ((head *)ptr)->ptr=pinsert; in _insert()
70 if(pinsert>=palloced){ in _insert()
81 pointers[pinsert]=ptr; in _insert()
83 if(pinsert==ptop) in _insert()
84 pinsert=++ptop; in _insert()
86 pinsert=insertlist[pinsert]; in _insert()
183 insertlist[insert]=pinsert; in _ripremove()
184 pinsert=insert; in _ripremove()