version 1.2, 2025/02/26 00:48:27
|
version 1.4, 2025/03/09 15:20:18
|
Line 15
|
Line 15
|
* freem global C variables |
* freem global C variables |
* |
* |
* |
* |
* Author: Serena Willis <jpw@coherent-logic.com> |
* Author: Serena Willis <snw@coherent-logic.com> |
* Copyright (C) 1998 MUG Deutschland |
* Copyright (C) 1998 MUG Deutschland |
* Copyright (C) 2020 Coherent Logic Development LLC |
* Copyright (C) 2020 Coherent Logic Development LLC |
* |
* |
Line 622 short timeoutms;
|
Line 622 short timeoutms;
|
char tmp4[80] = "\201"; |
char tmp4[80] = "\201"; |
short param = 0; /* parameter count */ |
short param = 0; /* parameter count */ |
short paramx = 0; /* current parameter */ |
short paramx = 0; /* current parameter */ |
char *ttyname (); |
|
short level = 0; /* level count */ |
short level = 0; /* level count */ |
pid_t pid; /* $J = process ID */ |
pid_t pid; /* $J = process ID */ |
|
|