Searched refs:bnum (Results 1 – 3 of 3) sorted by relevance
555 bnum = len(bdb.Breakpoint.bpbynumber) - 1558 bnum = int(arg)562 self.commands_bnum = bnum564 if bnum in self.commands:565 old_command_defs = (self.commands[bnum],566 self.commands_doprompt[bnum],567 self.commands_silent[bnum])570 self.commands[bnum] = []571 self.commands_doprompt[bnum] = True572 self.commands_silent[bnum] = False[all …]
205 int bnum) in ubifs_idx_branch() argument208 (UBIFS_BRANCH_SZ + c->key_len) * bnum); in ubifs_idx_branch()
323 bnum = len(bdb.Breakpoint.bpbynumber)-1326 bnum = int(arg)331 self.commands_bnum = bnum332 self.commands[bnum] = []333 self.commands_doprompt[bnum] = True334 self.commands_silent[bnum] = False