URL
https://opencores.org/ocsvn/or1k/or1k/trunk
[/] [or1k/] [trunk/] [insight/] [expect/] [exp_rename.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 |
/* translate.h - preface globals that appear in the expect library
|
2 |
|
|
with "exp_" so we don't conflict with the user. This saves me having
|
3 |
|
|
to use exp_XXX throughout the expect program itself, which was written
|
4 |
|
|
well before the library when I didn't have to worry about name conflicts.
|
5 |
|
|
|
6 |
|
|
Written by: Don Libes, NIST, 12/3/90
|
7 |
|
|
|
8 |
|
|
Design and implementation of this program was paid for by U.S. tax
|
9 |
|
|
dollars. Therefore it is public domain. However, the author and NIST
|
10 |
|
|
would appreciate credit if this program or parts of it are used.
|
11 |
|
|
*/
|
12 |
|
|
|
13 |
|
|
#define errorlog exp_errorlog
|
14 |
|
|
#define debuglog exp_debuglog
|
15 |
|
|
#define is_debugging exp_is_debugging
|
16 |
|
|
#define logfile exp_logfile
|
17 |
|
|
#define debugfile exp_debugfile
|
18 |
|
|
#define loguser exp_loguser
|
19 |
|
|
#define logfile_all exp_logfile_all
|
20 |
|
|
|
21 |
|
|
#define getptymaster exp_getptymaster
|
22 |
|
|
#define getptyslave exp_getptyslave
|
© copyright 1999-2024
OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.