Searched refs:__which (Results 1 – 4 of 4) sorted by relevance
77 self.__which = IntVar()78 self.__which.set(optiondb.get('WHICH', 0))111 r = Radiobutton(frame, variable=self.__which,143 which = self.__which.get()165 which = self.__which.get()180 optiondb['WHICH'] = self.__which.get()
233 strstreambuf::seekoff(off_type __off, ios_base::seekdir __way, ios_base::openmode __which) in seekoff() argument236 bool pos_in = (__which & ios::in) != 0; in seekoff()237 bool pos_out = (__which & ios::out) != 0; in seekoff()293 strstreambuf::seekpos(pos_type __sp, ios_base::openmode __which) in seekpos() argument296 bool pos_in = (__which & ios::in) != 0; in seekpos()297 bool pos_out = (__which & ios::out) != 0; in seekpos()
153 ios_base::openmode __which = ios_base::in | ios_base::out)154 { return seekoff(__off, __way, __which); }158 ios_base::openmode __which = ios_base::in | ios_base::out)159 { return seekpos(__sp, __which); }268 ios_base::openmode __which = ios_base::in | ios_base::out);270 ios_base::openmode __which = ios_base::in | ios_base::out);
174 ios_base::openmode __which = ios_base::in | ios_base::out);176 ios_base::openmode __which = ios_base::in | ios_base::out);