Searched refs:match_index (Results 1 – 5 of 5) sorted by relevance
58 int match_index = 0; in main() local79 match_index = i; in main()85 match_index = i; in main()91 return cmds[match_index].fp(argc, argv); in main()
389 self.match_index = None464 s.append('match_index: ' + str(self.match_index))1372 self.match_index = index1373 return self.match_index1391 self.match_index = index1392 return self.match_index1395 self.match_index = None1404 self.match_index = index1405 return self.match_index1408 self.match_index = None[all …]
544 Py_ssize_t match_index = -1; in Remove() local548 match_index = i; in Remove()552 if (match_index == -1) { in Remove()556 if (AssignItem(self, match_index, NULL) < 0) { in Remove()
1430 unsigned match_index = 0; in validate_io() local1453 match_index = j; in validate_io()1464 match_index = j; in validate_io()1489 outputs[match_index] = NULL; in validate_io()1491 if (match_index < num_outputs) in validate_io()1492 outputs[match_index] = outputs[num_outputs]; in validate_io()
123 match_index = re.findall(match_pattern, procout)124 if len(match_index) != int(tidx["matchCount"]):