OpenCores
URL https://opencores.org/ocsvn/or1k/or1k/trunk

Subversion Repositories or1k

[/] [or1k/] [trunk/] [insight/] [expect/] [exp_tty.h] - Blame information for rev 578

Go to most recent revision | Details | Compare with Previous | View Log

Line No. Rev Author Line
1 578 markom
/* exp_tty.h - tty support definitions
2
 
3
Design and implementation of this program was paid for by U.S. tax
4
dollars.  Therefore it is public domain.  However, the author and NIST
5
would appreciate credit if this program or parts of it are used.
6
*/
7
 
8
#ifndef __EXP_TTY_H__
9
#define __EXP_TTY_H__
10
 
11
#include "expect_cf.h"
12
 
13
extern int exp_dev_tty;
14
extern int exp_ioctled_devtty;
15
extern int exp_stdin_is_tty;
16
extern int exp_stdout_is_tty;
17
 
18
void exp_tty_raw();
19
void exp_tty_echo();
20
void exp_tty_break();
21
int exp_tty_raw_noecho();
22
int exp_israw();
23
int exp_isecho();
24
 
25
void exp_tty_set();
26
int exp_tty_set_simple();
27
int exp_tty_get_simple();
28
 
29
#endif  /* __EXP_TTY_H__ */

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.