Home
last modified time | relevance | path

Searched refs:ttmode (Results 1 – 25 of 66) sorted by relevance

123

/dports/x11/cool-retro-term/cool-retro-term-1.1.1/qmltermwidget/lib/
H A DPty.cpp68 struct ::termios ttmode; in setFlowControlEnabled() local
69 pty()->tcGetAttr(&ttmode); in setFlowControlEnabled()
98 struct ::termios ttmode; in setUtf8Mode() local
99 pty()->tcGetAttr(&ttmode); in setUtf8Mode()
103 ttmode.c_iflag |= IUTF8; in setUtf8Mode()
116 struct ::termios ttmode; in setErase() local
117 pty()->tcGetAttr(&ttmode); in setErase()
192 struct ::termios ttmode; in start() local
193 pty()->tcGetAttr(&ttmode); in start()
202 ttmode.c_iflag |= IUTF8; in start()
[all …]
H A Dkpty.cpp132 # define _tcgetattr(fd, ttmode) ioctl(fd, TIOCGETA, (char *)ttmode) argument
135 # define _tcgetattr(fd, ttmode) tcgetattr(fd, ttmode) argument
137 # define _tcgetattr(fd, ttmode) ioctl(fd, TCGETS, (char *)ttmode) argument
142 # define _tcsetattr(fd, ttmode) ioctl(fd, TIOCSETA, (char *)ttmode) argument
145 # define _tcsetattr(fd, ttmode) tcsetattr(fd, TCSANOW, ttmode) argument
147 # define _tcsetattr(fd, ttmode) ioctl(fd, TCSETS, (char *)ttmode) argument
689 struct ::termios ttmode; local
690 if (!tcGetAttr(&ttmode)) {
694 ttmode.c_lflag &= ~ECHO;
696 ttmode.c_lflag |= ECHO;
[all …]
/dports/graphics/qgis-ltr/qgis-3.16.16/src/plugins/grass/qtermwidget/
H A DPty.cpp68 struct ::termios ttmode; in setFlowControlEnabled() local
69 pty()->tcGetAttr(&ttmode); in setFlowControlEnabled()
98 struct ::termios ttmode; in setUtf8Mode() local
99 pty()->tcGetAttr(&ttmode); in setUtf8Mode()
103 ttmode.c_iflag |= IUTF8; in setUtf8Mode()
116 struct ::termios ttmode; in setErase() local
117 pty()->tcGetAttr(&ttmode); in setErase()
192 struct ::termios ttmode; in start() local
193 pty()->tcGetAttr(&ttmode); in start()
202 ttmode.c_iflag |= IUTF8; in start()
[all …]
H A Dkpty.cpp133 # define _tcgetattr(fd, ttmode) ioctl(fd, TIOCGETA, (char *)ttmode) argument
136 # define _tcgetattr(fd, ttmode) tcgetattr(fd, ttmode) argument
138 # define _tcgetattr(fd, ttmode) ioctl(fd, TCGETS, (char *)ttmode) argument
143 # define _tcsetattr(fd, ttmode) ioctl(fd, TIOCSETA, (char *)ttmode) argument
146 # define _tcsetattr(fd, ttmode) tcsetattr(fd, TCSANOW, ttmode) argument
148 # define _tcsetattr(fd, ttmode) ioctl(fd, TCSETS, (char *)ttmode) argument
682 struct ::termios ttmode; local
683 if (!tcGetAttr(&ttmode)) {
687 ttmode.c_lflag &= ~ECHO;
689 ttmode.c_lflag |= ECHO;
[all …]
/dports/graphics/qgis/qgis-3.22.3/src/plugins/grass/qtermwidget/
H A DPty.cpp68 struct ::termios ttmode; in setFlowControlEnabled() local
69 pty()->tcGetAttr(&ttmode); in setFlowControlEnabled()
98 struct ::termios ttmode; in setUtf8Mode() local
99 pty()->tcGetAttr(&ttmode); in setUtf8Mode()
103 ttmode.c_iflag |= IUTF8; in setUtf8Mode()
116 struct ::termios ttmode; in setErase() local
117 pty()->tcGetAttr(&ttmode); in setErase()
192 struct ::termios ttmode; in start() local
193 pty()->tcGetAttr(&ttmode); in start()
202 ttmode.c_iflag |= IUTF8; in start()
[all …]
H A Dkpty.cpp133 # define _tcgetattr(fd, ttmode) ioctl(fd, TIOCGETA, (char *)ttmode) argument
136 # define _tcgetattr(fd, ttmode) tcgetattr(fd, ttmode) argument
138 # define _tcgetattr(fd, ttmode) ioctl(fd, TCGETS, (char *)ttmode) argument
143 # define _tcsetattr(fd, ttmode) ioctl(fd, TIOCSETA, (char *)ttmode) argument
146 # define _tcsetattr(fd, ttmode) tcsetattr(fd, TCSANOW, ttmode) argument
148 # define _tcsetattr(fd, ttmode) ioctl(fd, TCSETS, (char *)ttmode) argument
682 struct ::termios ttmode; local
683 if (!tcGetAttr(&ttmode)) {
687 ttmode.c_lflag &= ~ECHO;
689 ttmode.c_lflag |= ECHO;
[all …]
/dports/x11-toolkits/qtermwidget/qtermwidget-1.0.0/lib/
H A DPty.cpp68 struct ::termios ttmode; in setFlowControlEnabled() local
69 pty()->tcGetAttr(&ttmode); in setFlowControlEnabled()
98 struct ::termios ttmode; in setUtf8Mode() local
99 pty()->tcGetAttr(&ttmode); in setUtf8Mode()
103 ttmode.c_iflag |= IUTF8; in setUtf8Mode()
116 struct ::termios ttmode; in setErase() local
117 pty()->tcGetAttr(&ttmode); in setErase()
193 struct ::termios ttmode; in start() local
194 pty()->tcGetAttr(&ttmode); in start()
203 ttmode.c_iflag |= IUTF8; in start()
[all …]
H A Dkpty.cpp139 # define _tcgetattr(fd, ttmode) ioctl(fd, TIOCGETA, (char *)ttmode) argument
142 # define _tcgetattr(fd, ttmode) tcgetattr(fd, ttmode) argument
144 # define _tcgetattr(fd, ttmode) ioctl(fd, TCGETS, (char *)ttmode) argument
149 # define _tcsetattr(fd, ttmode) ioctl(fd, TIOCSETA, (char *)ttmode) argument
152 # define _tcsetattr(fd, ttmode) tcsetattr(fd, TCSANOW, ttmode) argument
154 # define _tcsetattr(fd, ttmode) ioctl(fd, TCSETS, (char *)ttmode) argument
701 struct ::termios ttmode; local
702 if (!tcGetAttr(&ttmode)) {
706 ttmode.c_lflag &= ~ECHO;
708 ttmode.c_lflag |= ECHO;
[all …]
/dports/x11/konsole/konsole-21.12.3/src/
H A DPty.cpp101 struct ::termios ttmode; in setFlowControlEnabled() local
102 pty()->tcGetAttr(&ttmode); in setFlowControlEnabled()
118 struct ::termios ttmode; in flowControlEnabled() local
119 pty()->tcGetAttr(&ttmode); in flowControlEnabled()
120 return ((ttmode.c_iflag & IXOFF) != 0U) && ((ttmode.c_iflag & IXON) != 0U); in flowControlEnabled()
133 struct ::termios ttmode; in setUtf8Mode() local
134 pty()->tcGetAttr(&ttmode); in setUtf8Mode()
136 ttmode.c_iflag |= IUTF8; in setUtf8Mode()
155 struct ::termios ttmode; in setEraseChar() local
156 pty()->tcGetAttr(&ttmode); in setEraseChar()
[all …]
/dports/math/octave/octave-6.4.0/libgui/qterminal/libqterminal/unix/
H A Dkpty.cpp123 # define _tcgetattr(fd, ttmode) tcgetattr(fd, ttmode) argument
125 # define _tcgetattr(fd, ttmode) ioctl(fd, TIOCGETA, (char *)ttmode) argument
127 # define _tcgetattr(fd, ttmode) ioctl(fd, TCGETS, (char *)ttmode) argument
133 # define _tcsetattr(fd, ttmode) tcsetattr(fd, TCSANOW, ttmode) argument
135 # define _tcsetattr(fd, ttmode) ioctl(fd, TIOCSETA, (char *)ttmode) argument
137 # define _tcsetattr(fd, ttmode) ioctl(fd, TCSETS, (char *)ttmode) argument
465 struct ::termios ttmode; local
466 if (!tcGetAttr(&ttmode))
469 ttmode.c_lflag &= ~ECHO;
471 ttmode.c_lflag |= ECHO;
[all …]
/dports/devel/liteide/liteide-x37.4/liteidex/src/3rdparty/ptyqt/core/
H A Dunixptyprocess.cpp132 struct ::termios ttmode; in startProcess() local
143 ttmode.c_iflag |= IUTF8; in startProcess()
150 ttmode.c_cc[VEOF] = 4; in startProcess()
151 ttmode.c_cc[VEOL] = -1; in startProcess()
152 ttmode.c_cc[VEOL2] = -1; in startProcess()
155 ttmode.c_cc[VKILL] = 21; in startProcess()
157 ttmode.c_cc[VINTR] = 3; in startProcess()
159 ttmode.c_cc[VSUSP] = 26; in startProcess()
161 ttmode.c_cc[VSTOP] = 19; in startProcess()
164 ttmode.c_cc[VMIN] = 1; in startProcess()
[all …]
/dports/devel/plan9port/plan9port-1f098efb7370a0b28306d10681e21883fb1c1507/src/cmd/9term/
H A DSunOS.c67 static struct termios ttmode; variable
72 if(tcgetattr(fd, &ttmode) < 0) in isecho()
75 ttmode.c_lflag&ICANON ? 'c' : '-', in isecho()
76 ttmode.c_lflag&ECHO ? 'e' : '-'); in isecho()
77 return (ttmode.c_lflag&ICANON && ttmode.c_lflag&ECHO); in isecho()
83 if(tcgetattr(fd, &ttmode) < 0) in getintr()
85 return ttmode.c_cc[VINTR]; in getintr()
H A Dbsdpty.c95 static struct termios ttmode; variable
100 if(tcgetattr(fd, &ttmode) < 0) in isecho()
103 ttmode.c_lflag&ICANON ? 'c' : '-', in isecho()
104 ttmode.c_lflag&ECHO ? 'e' : '-'); in isecho()
105 return ttmode.c_lflag&ECHO; in isecho()
111 if(tcgetattr(fd, &ttmode) < 0) in getintr()
113 return ttmode.c_cc[VINTR]; in getintr()
/dports/devel/kf5-kpty/kpty-5.89.0/src/
H A Dkpty.cpp106 #define _tcgetattr(fd, ttmode) tcgetattr(fd, ttmode) argument
108 #define _tcgetattr(fd, ttmode) ioctl(fd, TIOCGETA, (char *)ttmode) argument
110 #define _tcgetattr(fd, ttmode) ioctl(fd, TCGETS, (char *)ttmode) argument
114 #define _tcsetattr(fd, ttmode) tcsetattr(fd, TCSANOW, ttmode) argument
116 #define _tcsetattr(fd, ttmode) ioctl(fd, TIOCSETA, (char *)ttmode) argument
118 #define _tcsetattr(fd, ttmode) ioctl(fd, TCSETS, (char *)ttmode) argument
640 struct ::termios ttmode; local
641 if (!tcGetAttr(&ttmode)) {
645 ttmode.c_lflag &= ~ECHO;
647 ttmode.c_lflag |= ECHO;
[all …]
/dports/x11/xvt/xvt-3.0.1/src/graphics/
H A Dgrxlib.c137 static ttymode_t ttmode; variable
154 GET_TERMIOS(fno, &ttmode); in InitializeGraphics()
155 ttmode.c_lflag &= ~ECHO; in InitializeGraphics()
156 SET_TERMIOS(fno, &ttmode); in InitializeGraphics()
163 GET_TERMIOS(fno2, &ttmode); in InitializeGraphics()
164 ttmode.c_lflag &= ~ECHO; in InitializeGraphics()
165 SET_TERMIOS(fno2, &ttmode); in InitializeGraphics()
199 ttmode.c_lflag |= ECHO; in CloseGraphics()
200 SET_TERMIOS(fno2, &ttmode); in CloseGraphics()
/dports/x11-clocks/rclock/rxvt-2.7.10/src/graphics/
H A Dgrxlib.c137 static ttymode_t ttmode; variable
154 GET_TERMIOS(fno, &ttmode); in InitializeGraphics()
155 ttmode.c_lflag &= ~ECHO; in InitializeGraphics()
156 SET_TERMIOS(fno, &ttmode); in InitializeGraphics()
163 GET_TERMIOS(fno2, &ttmode); in InitializeGraphics()
164 ttmode.c_lflag &= ~ECHO; in InitializeGraphics()
165 SET_TERMIOS(fno2, &ttmode); in InitializeGraphics()
199 ttmode.c_lflag |= ECHO; in CloseGraphics()
200 SET_TERMIOS(fno2, &ttmode); in CloseGraphics()
/dports/chinese/aterm/aterm-1.0.1/src/graphics/
H A Dgrxlib.c104 static struct termios ttmode; variable
120 ioctl (fno, TCGETS, (char *)&ttmode); in InitializeGraphics()
121 ttmode.c_lflag &= ~ECHO; in InitializeGraphics()
122 ioctl (fno, TCSETS, (char *)&ttmode); in InitializeGraphics()
127 ioctl (fno2, TCGETS, (char *)&ttmode); in InitializeGraphics()
128 ttmode.c_lflag &= ~ECHO; in InitializeGraphics()
129 ioctl (fno2, TCSETS, (char *)&ttmode); in InitializeGraphics()
165 ttmode.c_lflag |= ECHO; in CloseGraphics()
166 ioctl (fno2, TCSETS, (char *)&ttmode); in CloseGraphics()
/dports/x11/aterm/aterm-1.0.1/src/graphics/
H A Dgrxlib.c104 static struct termios ttmode; variable
120 ioctl (fno, TCGETS, (char *)&ttmode); in InitializeGraphics()
121 ttmode.c_lflag &= ~ECHO; in InitializeGraphics()
122 ioctl (fno, TCSETS, (char *)&ttmode); in InitializeGraphics()
127 ioctl (fno2, TCGETS, (char *)&ttmode); in InitializeGraphics()
128 ttmode.c_lflag &= ~ECHO; in InitializeGraphics()
129 ioctl (fno2, TCSETS, (char *)&ttmode); in InitializeGraphics()
165 ttmode.c_lflag |= ECHO; in CloseGraphics()
166 ioctl (fno2, TCSETS, (char *)&ttmode); in CloseGraphics()
/dports/devel/9base/9base-6/lib9/
H A Dreadcons.c13 static struct termios ttmode; in rawx() local
18 if(tcgetattr(fd, &ttmode) < 0) in rawx()
20 was = (ttmode.c_lflag&(ECHO|ICANON)); in rawx()
21 ttmode.c_lflag &= ~(ECHO|ICANON); in rawx()
22 ttmode.c_lflag |= echoing; in rawx()
23 if(tcsetattr(fd, TCSANOW, &ttmode) < 0) in rawx()
/dports/devel/plan9port/plan9port-1f098efb7370a0b28306d10681e21883fb1c1507/src/lib9/
H A Dreadcons.c12 static struct termios ttmode; in rawx() local
17 if(tcgetattr(fd, &ttmode) < 0) in rawx()
19 was = (ttmode.c_lflag&(ECHO|ICANON)); in rawx()
20 ttmode.c_lflag &= ~(ECHO|ICANON); in rawx()
21 ttmode.c_lflag |= echoing; in rawx()
22 if(tcsetattr(fd, TCSANOW, &ttmode) < 0) in rawx()
/dports/comms/hamlib/hamlib-4.3.1/rigs/tentec/
H A Dtentec2.c379 char ttmode; in tentec2_set_mode() local
393 case RIG_MODE_USB: ttmode = TT_USB; break; in tentec2_set_mode()
395 case RIG_MODE_LSB: ttmode = TT_LSB; break; in tentec2_set_mode()
397 case RIG_MODE_CW: ttmode = TT_CW; break; in tentec2_set_mode()
399 case RIG_MODE_AM: ttmode = TT_AM; break; in tentec2_set_mode()
401 case RIG_MODE_FM: ttmode = TT_FM; break; in tentec2_set_mode()
427 case RIG_VFO_A: mdbuf[2] = ttmode; break; in tentec2_set_mode()
429 case RIG_VFO_B: mdbuf[3] = ttmode; break; in tentec2_set_mode()
H A Dtentec.c286 char ttmode; in tentec_set_mode() local
294 case RIG_MODE_USB: ttmode = TT_USB; break; in tentec_set_mode()
296 case RIG_MODE_LSB: ttmode = TT_LSB; break; in tentec_set_mode()
298 case RIG_MODE_CW: ttmode = TT_CW; break; in tentec_set_mode()
300 case RIG_MODE_AM: ttmode = TT_AM; break; in tentec_set_mode()
302 case RIG_MODE_FM: ttmode = TT_FM; break; in tentec_set_mode()
354 ttmode); in tentec_set_mode()
372 ttmode); in tentec_set_mode()
H A Djupiter.c513 char ttmode; in tt538_get_mode() local
545 ttmode = respbuf[1]; in tt538_get_mode()
549 ttmode = respbuf[2]; in tt538_get_mode()
559 switch (ttmode) in tt538_get_mode()
573 __func__, ttmode); in tt538_get_mode()
634 unsigned char cmdbuf[32], respbuf[32], ttmode; in tt538_set_mode() local
659 case RIG_MODE_USB: ttmode = TT538_USB; break; in tt538_set_mode()
661 case RIG_MODE_LSB: ttmode = TT538_LSB; break; in tt538_set_mode()
663 case RIG_MODE_CW: ttmode = TT538_CW; break; in tt538_set_mode()
665 case RIG_MODE_AM: ttmode = TT538_AM; break; in tt538_set_mode()
[all …]
H A Dtt550.c697 char ttmode; in tt550_set_rx_mode() local
709 ttmode = TT_USB; in tt550_set_rx_mode()
717 ttmode = TT_CW; in tt550_set_rx_mode()
721 ttmode = TT_AM; in tt550_set_rx_mode()
725 ttmode = TT_FM; in tt550_set_rx_mode()
770 mdbuf_len = sprintf(mdbuf, "M%c%c" EOM, ttmode, ttmode); in tt550_set_rx_mode()
812 char ttmode; in tt550_set_tx_mode() local
829 ttmode = TT_CW; in tt550_set_tx_mode()
833 ttmode = TT_AM; in tt550_set_tx_mode()
837 ttmode = TT_FM; in tt550_set_tx_mode()
[all …]
/dports/comms/hamlib/hamlib-4.3.1/rigs/dummy/
H A Dtrxmanager.c642 char ttmode; in trxmanager_set_mode() local
657 ttmode = FLRIG_MODE_USB; in trxmanager_set_mode()
662 ttmode = RIG_MODE_LSB; in trxmanager_set_mode()
666 ttmode = RIG_MODE_USB; in trxmanager_set_mode()
670 ttmode = FLRIG_MODE_CW; in trxmanager_set_mode()
674 ttmode = FLRIG_MODE_FM; in trxmanager_set_mode()
678 ttmode = FLRIG_MODE_AM; in trxmanager_set_mode()
682 ttmode = FLRIG_MODE_RTTY; in trxmanager_set_mode()
686 ttmode = FLRIG_MODE_CWR; in trxmanager_set_mode()
690 ttmode = FLRIG_MODE_RTTYR; in trxmanager_set_mode()
[all …]

123