Searched defs:NFILE (Results 1 - 1 of 1) sorted by relevance

/ast/src/cmd/ie/
H A Dio.h91 #ifndef NFILE
92 # define NFILE 20 macro
93 #endif /* NFILE */
109 #define FCIO (NFILE-1) /* history file */
111 # define INIO (NFILE-2) /* saved standard ioput */
112 # define TMPIO (NFILE-3) /* used for command substitution */
113 # define CINPIPE (NFILE-4) /* default inpipe for co-process */
114 # define CINPIPE2 (NFILE-5) /* other end of inpipe for co-process */
115 # define COTPIPE (NFILE-6) /* default output pipe for co-process */
116 # define MAXFILES (NFILE
[all...]

Completed in 10 milliseconds