代码搜索:cbreak
找到约 144 项符合「cbreak」的源代码
代码结果 144
www.eeworm.com/read/136812/5858911
c cbreak.c
/* Copyright (c) 1984 AT&T */
/* All Rights Reserved */
/* THIS IS UNPUBLISHED PROPRIETARY SOURCE CODE OF AT&T */
/* The copyright notice above does not evidence any */
/* actual or intended p
www.eeworm.com/read/131315/5935731
pl cbreak.pl
$sgttyb_t = 'C4 S';
sub cbreak {
&set_cbreak(1);
}
sub cooked {
&set_cbreak(0);
}
sub set_cbreak {
local($on) = @_;
require 'sizeof.ph';
require 'sys/ioctl.ph';
ioctl(ST
www.eeworm.com/read/101082/6242461
c cbreak.c
#ifndef lint
static char *sccsid = "@(#)cbreak.c 4.1 (ULTRIX) 7/2/90";
#endif lint
/************************************************************************
* *
* Copyright (c) 1988, 199
www.eeworm.com/read/100257/15879656
c cbreak.c
/*
CBREAK.C
*/
#include
#include
#include
#include "cbreak.h"
#define CB_FAR far
#define BITSET(x, n) ( (((unsigned) x >> n) & 0x0001) == 1 ? 1 : 0 )
www.eeworm.com/read/100257/15879663
h cbreak.h
/*
CBREAK.H
*/
#ifndef _CBREAK_H
#define _CBREAK_H
#define CTRL_C_REPLACE (27) /* Replace ^C with this value */
void break_Install(void);
void break_Remove(void);
int brea
www.eeworm.com/read/131315/5935736
pl cbreak2.pl
$sgttyb_t = 'C4 S';
sub cbreak {
&set_cbreak(1);
}
sub cooked {
&set_cbreak(0);
}
sub set_cbreak {
local($on) = @_;
require 'sys/ioctl.pl';
ioctl(STDIN,$TIOCGETP,$sgttyb)
www.eeworm.com/read/101082/6245936
3cur cbreak.3cur
.TH cbreak 3cur
.SH Name
cbreak, nocbreak \- set/clear cbreak mode
.SH Syntax
.B
int cbreak(\|)
.PP
.B
int nocbreak(\|)
.SH Description
.NXR "cbreak subroutine"
.NXR "nocbreak subroutine"
The routine
www.eeworm.com/read/101082/6247793
3cur cbreak.3cur
.TH cbreak 3cur
.SH Name
cbreak, nocbreak \- set/clear cbreak mode
.SH Syntax
.B
int cbreak(\|)
.PP
.B
int nocbreak(\|)
.SH Description
.NXR "cbreak subroutine"
.NXR "nocbreak subroutine"
The routine