Lines Matching defs:file
766 #define FDBASE 10 /* First file usable by Shell */
877 #define E_INCL 3 /* including a file via . # */
1022 EXTERN const char Tfile_fd[] E_INIT("function definition file");
1130 EXTERN const char Tf_temp[] E_INIT("can't %s temporary file %s: %s");
1187 #define Tfile "file"
1188 #define Tfile_fd "function definition file"
1296 #define Tf_temp "can't %s temporary file %s: %s"
1309 /* temporary file used for history editing (fc -e) */
1311 /* temporary file used during in-situ command substitution */
1314 /* temp/heredoc files. The file is removed when the struct is freed. */
1689 * Shell file I/O routines
1720 #define SHF_STRING 0x0100 /* a string, not a file */
1740 int fd; /* file descriptor */
2023 #define IOHERE 0x4 /* << (here file) */
2189 /* input file name */
2190 const char *file;
2195 /* shell file */
2216 #define SFILE 1 /* file input */
2839 EXTERN int tty_fd E_INIT(-1); /* dup'd tty file descriptor */