Home | History | Annotate | Download | only in dist

Lines Matching defs:ins

43082   int ins;          /* Index in data[] where new cell pointer is inserted */
43123 ins = cellOffset + 2*i;
43136 for(j=end, ptr=&data[j]; j>ins; j-=2, ptr-=2){
43140 put2byte(&data[ins], idx);
70548 ** So we must not search for built-ins when creating a new function.