Searched refs:tmp_counter (Results 1 – 1 of 1) sorted by relevance
24 int i, index, tmp_counter; in setup_MC() local31 tmp_counter = 0; in setup_MC()32 while (tmp_counter < size_lines && list_lines[tmp_counter][0] != '#') in setup_MC()33 tmp_counter++; in setup_MC()35 list_params = split(list_lines[tmp_counter] + 2, ", ", &size_params); in setup_MC()