代码搜索:tty

找到约 7,253 项符合「tty」的源代码

代码结果 7,253
www.eeworm.com/read/192259/8391428

c tty.c

#include "lprps.h" #include #include static int block_flag = 1; /* default is blocking I/O */ void set_block(void) /* turn off nonblocking flag */ { /* called on
www.eeworm.com/read/291779/8395905

h tty.h

/* * '<mark>tty</mark>.h'中定义了<mark>tty</mark>_io.c 程序使用的某些结构和其它一些定义。 * * 注意!在修改这里的定义时,一定要检查rs_io.s 或con_io.s 程序中不会出现问题。 * 在系统中有些常量是直接写在程序中的(主要是一些<mark>tty</mark>_queue 中的偏移值)。 */ #ifndef _<mark>TTY</mark>_H #define _<mark>TTY</mark>_H #include // 终端输入 ...
www.eeworm.com/read/291779/8396539

h tty.h

/* * 'tty.h' defines some structures used by tty_io.c and some defines. * * NOTE! Don't touch this without checking that nothing in rs_io.s or * con_io.s breaks. Some constants are hardwired into the
www.eeworm.com/read/291498/8412406

h tty.h

/* * 'tty.h' defines some structures used by tty_io.c and some defines. * * NOTE! Don't touch this without checking that nothing in rs_io.s or * con_io.s breaks. Some constants are hardwired into
www.eeworm.com/read/291468/8416915

doc tty终端.doc

www.eeworm.com/read/291252/8431651

h tty.h

/* * 'tty.h' defines some structures used by tty_io.c and some defines. * * NOTE! Don't touch this without checking that nothing in rs_io.s or * con_io.s breaks. Some constants are hardwired into
www.eeworm.com/read/291164/8438840

c tty.c

/* * This file is part of John the Ripper password cracker, * Copyright (c) 1996-99,2003 by Solar Designer */ #ifndef __DJGPP__ #include #include #include #inc
www.eeworm.com/read/291164/8438932

h tty.h

/* * This file is part of John the Ripper password cracker, * Copyright (c) 1996-99 by Solar Designer */ /* * Terminal support routines. */ #ifndef _JOHN_TTY_H #define _JOHN_TTY_H /* * Initia
www.eeworm.com/read/189219/8484622

c tty.c

#include "lprps.h" #include #include static int block_flag = 1; /* default is blocking I/O */ void set_block(void) /* turn off nonblocking flag */ { /* called only by bl
www.eeworm.com/read/290068/8507347

h tty.h

/* * tty.h * */ #ifndef _TTY_H #define _TTY_H /************************************************* *queue *used for console read and write ***********************************************