代码搜索:2.54杜邦terminal
找到约 7,646 项符合「2.54杜邦terminal」的源代码
代码结果 7,646
www.eeworm.com/read/335362/12534306
c ttyopen.c
#include "calld.h"
#include
/*
* Open the terminal line.
*/
int
tty_open(char *class, char *line, enum parity parity, int modem)
{
int fd, baud;
char devname[100];
struct termios
www.eeworm.com/read/237122/13976936
htm ch41_12.htm
[Chapter 41] 41.12 Finding Out What Characters Your Terminal's Special Keys Send
www.eeworm.com/read/134117/14005897
c ckucon.c
char *connv = "Connect Command for Unix, V4C(015) 19 Mar 86";
/* C K U C O N -- Dumb terminal connection to remote system, for Unix */
/*
This module should work under all versions of Unix. It
www.eeworm.com/read/111344/15514314
man color_xterm.man
.TH COLOR_XTERM 1
.SH NAME
color_xterm \- color terminal emulator for X
.SH DESCRIPTION
\fIColor_xterm\fP is essentially the same as
.IR xterm (1).
The main differences are described below.
.TP 8
.B
www.eeworm.com/read/109695/15552159
portmaster pppup.portmaster
#!/bin/sh -f
#
# Call a portmaster terminal server;
# start ppp.
#
# Thanks to Terence John Parr
#
exec /usr/local/ppp/bin/pppd \
netmask 255.255.255.0 bsdcomp 10,10 mtu 29
www.eeworm.com/read/103960/15715465
c ttymodes.c
#include
#include
static struct termios save_termios;
static int ttysavefd = -1;
static enum { RESET, RAW, CBREAK } ttystate = RESET;
int
tty_cbreak(int fd) /* put terminal
www.eeworm.com/read/103960/15715620
c ttymodes.c
#include
#include
static struct termios save_termios;
static int ttysavefd = -1;
static enum { RESET, RAW, CBREAK } ttystate = RESET;
int
tty_cbreak(int fd) /* put terminal
www.eeworm.com/read/103960/15715730
c ttymodes.c
#include
#include
static struct termios save_termios;
static int ttysavefd = -1;
static enum { RESET, RAW, CBREAK } ttystate = RESET;
int
tty_cbreak(int fd) /* put terminal
www.eeworm.com/read/100585/15870504
c ttymodes.c
#include
#include
static struct termios save_termios;
static int ttysavefd = -1;
static enum { RESET, RAW, CBREAK } ttystate = RESET;
int
tty_cbreak(int fd) /* put terminal
www.eeworm.com/read/100585/15870659
c ttymodes.c
#include
#include
static struct termios save_termios;
static int ttysavefd = -1;
static enum { RESET, RAW, CBREAK } ttystate = RESET;
int
tty_cbreak(int fd) /* put terminal