Home | History | Annotate | Download | only in crec

Lines Matching full:replace_index

1145   int replace_index;
1157 replace_index = -1;
1166 replace_index = i;
1179 printf("maybe_add replace %d insert %d\n", replace_index, inserts_index);
1182 if (replace_index >= 0)
1184 free_partial_path(stack, stack->active_paths[replace_index]);
1185 /* stack->active_paths[replace_index] = 0; */
1186 for (i = replace_index; i > inserts_index; --i)