Go to the source code of this file.
Defines | |
| #define | BSD 0 |
| #define | UNIXV 0 |
| #define | UNIX7 0 |
| #define | MSDOS 0 |
| #define | TOS 0 |
| #define | AMIGA 0 |
| #define | OSK 0 |
| #define | COHERENT 0 |
| #define | RAINBOW 0 |
| #define | VMS 0 |
| #define | MINIX 1 |
| #define | ANY_UNIX 1 |
| #define | AZTEC_C 0 |
| #define | MICROSOFT 0 |
| #define | TURBOC 0 |
| #define | ttywrite(buf, len) write(1, buf, (unsigned)(len)) |
| #define | tread(fd, buf, n) read(fd,buf,(unsigned)(n)) |
| #define | twrite(fd, buf, n) write(fd,buf,(unsigned)(n)) |
| #define | UCHAR(c) ((c) & 0xff) |
| #define | uchar char |
| #define | TMPDIR "/tmp" |
| #define | PRSVDIR "/usr/preserve" |
| #define | PRSVINDEX "/usr/preserve/Index" |
| #define | EXRC ".exrc" |
| #define | SCRATCHOUT "%s/soXXXXXX" |
| #define | SHELL "/bin/sh" |
| #define | TAGS "tags" |
| #define | TMPNAME "%s/elv_%x.%x" |
| #define | EXINIT "EXINIT" |
| #define | HMEXRC EXRC |
| #define | KEYWORDPRG "ref" |
| #define | ERRLIST "errlist" |
| #define | SLASH '/' |
| #define | REG register |
| #define | NEEDSYNC FALSE |
| #define | FILEPERMS 0666 |
| #define | PRESERVE "elvprsv" |
| #define | CC_COMMAND "cc -c" |
| #define | MAKE_COMMAND "make" |
| #define | REDIRECT "2>" |
| #define | BLKSIZE 2048 |
| #define | KEYBUFSIZE 1000 |
Functions | |
| char * | strchr () |
| char * | getcwd () |
| char * | malloc () |
| long | lseek () |
| char* getcwd | ( | ) |
| long lseek | ( | ) |
| char* malloc | ( | ) |
| char* strchr | ( | ) |
1.5.8