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

/external/tremolo/Tremolo/
H A Dmisc.c52 static int pinsert=0; variable
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
[all...]

Completed in 69 milliseconds