Searched refs:bnum (Results 1 – 3 of 3) sorted by relevance
558 bnum = len(bdb.Breakpoint.bpbynumber) - 1561 bnum = int(arg)565 self.commands_bnum = bnum567 if bnum in self.commands:568 old_command_defs = (self.commands[bnum],569 self.commands_doprompt[bnum],570 self.commands_silent[bnum])573 self.commands[bnum] = []574 self.commands_doprompt[bnum] = True575 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