代码搜索:stty
找到约 243 项符合「stty」的源代码
代码结果 243
www.eeworm.com/read/359058/10168067
stty
www.eeworm.com/read/167185/5462919
stty
#! /bin/sh
#
#- Stty - stty with form interface
#-
#- This program allows user to view all the terminal parameters
#- and change them by form. Help messages has been added to each
#- field to make
www.eeworm.com/read/190618/8440618
c stty.c
/*************************************************************
* File: mon/stty.c
* Purpose: Part of core Monitor
* This module contains the stty command.
* Author: Phil Bunce (pjb@carmel.com)
*
www.eeworm.com/read/380728/9131511
c stty.c
/************************************************************************
*
* stty.c
*
* Shell stty command
*
* stty [-tty0|-tty1] [-b|-u| [-p][][n|o|e][7|8][1|2] ]
*
*
www.eeworm.com/read/192548/7083340
lib stty.lib
www.eeworm.com/read/198623/7920117
s stty.s
/ C library -- stty
/ error = stty(filep, ttyvec);
/ filep is descriptor of open tty
/ ttyvec[0, 1, 2] correspond to args of stty
.globl _stty, cerror
_stty:
mov r5,-(sp)
mov sp,r5
mov 4(r5),r0
www.eeworm.com/read/198623/7921485
c stty.c
#
/*
* set teletype modes
*/
/*
* tty flags
*/
#define HUPCL 01
#define XTABS 02
#define LCASE 04
#define ECHO 010
#define CRMOD 020
#define RAW 040
#define ODDP 0100
#define EVENP 0200
#define A
www.eeworm.com/read/140015/13114236
diff stty.diff
*** stty.c.old Tue May 23 13:54:29 1989
--- stty.c Wed Aug 23 13:42:32 1989
***************
*** 20,25 ****
--- 20,28 ----
#include
#include
+ #include
+ #d