Home | History | Annotate | Download | only in rogue

Lines Matching refs:UNIX

59  *    UNIX:        all UNIX systems.
60 * UNIX_BSD4_2: UNIX BSD 4.2 and later, UTEK, (4.1 BSD too?)
61 * UNIX_SYSV: UNIX system V
62 * UNIX_V7: UNIX version 7
64 * All UNIX code should be included between the single "#ifdef UNIX" at the
67 * To change a routine to include a new UNIX system, simply #ifdef the
70 * To make a routine compatible with UNIX system 5, change the first
95 #ifdef UNIX
183 * file. It need not check for the file's existence. In UNIX, the inode
393 * number to use is the process id, given by getpid() on most UNIX systems.
492 #endif /* UNIX */