Searched refs:sc4inputs (Results 1 – 2 of 2) sorted by relevance
135 sc4inputinfo sc4inputs[32][16]; variable158 sc4inputs[i][j].name = string_format("IN%d-%d", i, j); in find_input_strings()159 sc4inputs[i][j].used = false; in find_input_strings()218 assert(pos >= 0 && pos < ARRAY_LENGTH(sc4inputs[port])); in find_input_strings()219 if (sc4inputs[port][pos].used == false) in find_input_strings()221 sc4inputs[port][pos].used = true; in find_input_strings()222 sc4inputs[port][pos].name = tempstring; in find_input_strings()228 sc4inputs[port][pos].name.append(" OR "); in find_input_strings()229 sc4inputs[port][pos].name.append(tempstring); in find_input_strings()308 if (sc4inputs[i][j].used == true) in find_input_strings()[all …]