Home
last modified time | relevance | path

Searched refs:crtscts (Results 1 – 25 of 134) sorted by path

123456

/dports/audio/supercollider/SuperCollider-3.11.0-Source/
H A DCHANGELOG.md335 Fixed `crtscts` flag in `SerialPort.new`, which broke in 3.10 ([#4191](https://github.com/supercoll…
/dports/audio/supercollider/SuperCollider-3.11.0-Source/HelpSource/Classes/
H A DSerialPort.schelp41 argument::crtscts
52 code::crtscts:: and code::xonxoff:: cannot both be true; code::*new:: will throw an error if both
138 crtscts: true);
176 crtscts: true);
207 crtscts: true);
/dports/audio/supercollider/SuperCollider-3.11.0-Source/SCClassLibrary/Common/Control/
H A DSerialPort.sc77 crtscts(false),
95 crtscts,
/dports/audio/supercollider/SuperCollider-3.11.0-Source/testsuite/classlibrary/
H A DTestSerialPort.sc105 (crtscts: true),
127 this.assertException({ SerialPort(input, crtscts: true, xonxoff: true) },
129 "Trying to open a serial port with both xonxoff and crtscts should throw");
/dports/comms/conserver-com/conserver-8.2.4/
H A DCHANGES540 'crtscts'
/dports/comms/conserver-com/conserver-8.2.4/conserver/
H A Dconsent.c224 if (pCE->crtscts == FLAGTRUE) in TtyDev()
H A Dconsent.h101 FLAG crtscts; /* use hardware flow control */ member
H A Dgroup.c2433 if (pCE->crtscts == FLAGTRUE) in CommandInfo()
H A Dmain.c1061 FLAGSTR(pCE->crtscts))); in DumpDataStructures()
H A Dreadcfg.c655 if (d->crtscts != FLAGUNKNOWN) in ApplyDefault()
656 c->crtscts = d->crtscts; in ApplyDefault()
1713 c->crtscts = FLAGUNKNOWN; in ProcessOptions()
1744 c->crtscts = negative ? FLAGFALSE : FLAGTRUE; in ProcessOptions()
2949 if (pCEmatch->crtscts != c->crtscts) { in ConsoleAdd()
2950 pCEmatch->crtscts = c->crtscts; in ConsoleAdd()
2996 if (pCEmatch->crtscts != c->crtscts) { in ConsoleAdd()
2997 pCEmatch->crtscts = c->crtscts; in ConsoleAdd()
3332 if (c->crtscts == FLAGUNKNOWN) in ConsoleDestroy()
3333 c->crtscts = FLAGFALSE; in ConsoleDestroy()
/dports/comms/gkermit/gkermit-1.0/
H A DREADME95 $ stty crtscts
/dports/comms/gnokii/gnokii-0.6.31/Docs/
H A DDataCalls-QuickStart56 modem crtscts defaultroute
/dports/comms/gnokii/gnokii-0.6.31/Docs/sample/ppp/
H A Doptions2 crtscts
/dports/comms/mgetty+sendfax/mgetty-1.1.37/contrib/
H A DREADME137 if "stty crtscts </dev/ttyS..." hangs), and set the CRTSCTS flag. If
/dports/comms/tits/tits-1.3.0/
H A Dtty.c646 int crtscts; in cf_tty_crtscts() local
648 if ((errstr = config_boolean(cs, argv[1], &crtscts)) != NULL) in cf_tty_crtscts()
653 if (crtscts) in cf_tty_crtscts()
/dports/comms/vrflash/vrflash-0.24/
H A Dconfigure1479 if test "x$crtscts" = "xyes"; then
1543 if test "x$crtscts" = "xyes"; then
H A Dconfigure.in82 crtscts=yes,crtscts=no)
83 if test "x$crtscts" = "xyes"; then
104 crtscts=yes,crtscts=no)
105 if test "x$crtscts" = "xyes"; then
/dports/emulators/libdsk/libdsk-1.4.2/doc/
H A Dlibdsk.lyx6307 serial:/dev/ttyS0,9600+crtscts,A:
6348 +crtscts
6356 -crtscts
6365 +crtscts
6430 serslave COM1:,9600+crtscts
7856 serial:/dev/ttyS1,2400-crtscts,example.ufi,raw
/dports/emulators/libdsk/libdsk-1.4.2/lib/
H A Drpcfossl.c213 if (opt1 && opt1 < opte) self->crtscts = 1; in fossil_open()
214 else if (opt2 && opt2 < opte) self->crtscts = 0; in fossil_open()
215 else self->crtscts = 1; in fossil_open()
240 rg.h.al = self->crtscts ? 2 : 0; in fossil_open()
H A Drpcfossl.h31 int crtscts; member
H A Drpctios.c117 if (opt1 && opt1 < opte) self->crtscts = 1; in tios_open()
118 else if (opt2 && opt2 < opte) self->crtscts = 0; in tios_open()
119 else self->crtscts = 1; in tios_open()
252 if (self->crtscts) termios_p->c_cflag |= CRTSCTS; in set_params()
H A Drpctios.h32 int crtscts; member
H A Drpcwin32.c103 if (opt1 && opt1 < opte) self->crtscts = 1; in w32serial_open()
104 else if (opt2 && opt2 < opte) self->crtscts = 0; in w32serial_open()
105 else self->crtscts = 1; in w32serial_open()
117 if (self->crtscts) in w32serial_open()
H A Drpcwin32.h32 int crtscts; member
/dports/emulators/libdsk/libdsk-1.4.2/tools/
H A Dserslave.c65 static int crtscts; variable
145 if (opt1 && opt1 < opte) crtscts = 1; in serial_open()
146 else if (opt2 && opt2 < opte) crtscts = 0; in serial_open()
147 else crtscts = 1; in serial_open()
181 if (crtscts) termios_p->c_cflag |= CRTSCTS; in set_params()
330 if (opt1 && opt1 < opte) crtscts = 1; in serial_open()
331 else if (opt2 && opt2 < opte) crtscts = 0; in serial_open()
332 else crtscts = 1; in serial_open()
344 if (crtscts) in serial_open()
564 if (opt1 && opt1 < opte) crtscts = 1; in serial_open()
[all …]

123456