Home | History | Annotate | Download | only in amalgamation

Lines Matching refs:ins

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