Searched refs:current_mode (Results 1 - 11 of 11) sorted by relevance

/macosx-10.10.1/bind9-45.101/bind9/lib/isc/unix/
H A Dkeyboard.c41 struct termios current_mode; local
56 current_mode = keyboard->saved_mode;
58 current_mode.c_iflag &=
60 current_mode.c_oflag &= ~OPOST;
61 current_mode.c_lflag &= ~(ECHO|ECHONL|ICANON|ISIG|IEXTEN);
62 current_mode.c_cflag &= ~(CSIZE|PARENB);
63 current_mode.c_cflag |= CS8;
65 current_mode.c_cc[VMIN] = 1;
66 current_mode.c_cc[VTIME] = 0;
67 if (tcsetattr(fd, TCSAFLUSH, &current_mode) <
[all...]
/macosx-10.10.1/ntp-92/lib/isc/unix/
H A Dkeyboard.c41 struct termios current_mode; local
56 current_mode = keyboard->saved_mode;
58 current_mode.c_iflag &=
60 current_mode.c_oflag &= ~OPOST;
61 current_mode.c_lflag &= ~(ECHO|ECHONL|ICANON|ISIG|IEXTEN);
62 current_mode.c_cflag &= ~(CSIZE|PARENB);
63 current_mode.c_cflag |= CS8;
65 current_mode.c_cc[VMIN] = 1;
66 current_mode.c_cc[VTIME] = 0;
67 if (tcsetattr(fd, TCSAFLUSH, &current_mode) <
[all...]
/macosx-10.10.1/CPANInternal-159.1/Log-Dispatch-2.34/lib/Log/Dispatch/
H A DFile.pm111 my $current_mode = ( stat $self->{filename} )[2] & 07777;
112 if ( $current_mode ne $self->{permissions} ) {
/macosx-10.10.1/ntp-92/include/
H A Dtimepps-SCO.h155 int current_mode; /* current mode bits */ member in struct:pps_info
472 infobuf.current_mode = handle->params.mode;
H A Dtimepps-Solaris.h155 int current_mode; /* current mode bits */ member in struct:pps_info
537 infobuf.current_mode = punit->params.mode;
H A Dtimepps-SunOS.h155 int current_mode; /* current mode bits */ member in struct:pps_info
473 infobuf.current_mode = handle->params.mode;
/macosx-10.10.1/ruby-106/ruby/ext/tk/sample/
H A Dtkmultilistbox.rb120 @current_mode = 'browse'
136 l.bindtags(l.bindtags.unshift(@mode[@current_mode]))
194 tags = tags - [ @mode[@current_mode] ]
196 @current_mode = sel_mode
H A Dtkmultilistframe.rb223 @current_mode = 'browse'
239 l.bindtags(l.bindtags.unshift(@lbox_mode[@current_mode]))
321 tags = tags - [ @lbox_mode[@current_mode] ]
323 @current_mode = sel_mode
/macosx-10.10.1/ruby-106/ruby/lib/
H A Dfileutils.rb905 current_mode = (File.stat(path).mode & 07777)
914 current_mode &= ~(user_mask)
915 current_mode |= user_mask & mode_mask
917 current_mode |= user_mask & mode_mask
919 current_mode &= ~(user_mask & mode_mask)
/macosx-10.10.1/emacs-93/emacs/src/
H A Dterm.c2270 Lisp_Object color_mode, current_mode;
2296 current_mode = XCDR (current_mode_spec);
2298 current_mode = Qnil;
2303 if (INTEGERP (current_mode))
2304 old_mode = XINT (current_mode);
2259 Lisp_Object color_mode, current_mode; local
/macosx-10.10.1/ntp-92/ntpd/
H A Drefclock_oncore.c1578 int current_mode; local
1731 if (time_pps_getcap(instance->pps_h, &current_mode) < 0) {
1744 current_params.mode &= current_mode;

Completed in 205 milliseconds