Lines Matching refs:file
2 $! This file configures the bfd library for use with openVMS.
179 WRITE_FILE(file, GET_INFO(COMMAND_LINE, "output_file"));
192 ! Copy file, changing lines with macros (@@)
208 file := CREATE_BUFFER("file", GET_INFO(COMMAND_LINE, "file_name"));
209 rang := CREATE_RANGE(BEGINNING_OF(file), END_OF(file));
237 WRITE_FILE(file, GET_INFO(COMMAND_LINE, "output_file"));
291 /* Define if you have the <fcntl.h> header file. */
293 /* Define if you have the <stddef.h> header file. */
295 /* Define if you have the <stdlib.h> header file. */
297 /* Define if you have the <string.h> header file. */
299 /* Define if you have the <strings.h> header file. */
301 /* Define if you have the <sys/file.h> header file. */
303 /* Define if you have the <time.h> header file. */
305 /* Define if you have the <unistd.h> header file. */
350 file := CREATE_BUFFER("file", GET_INFO(COMMAND_LINE, "file_name"));
351 found_range := CREATE_RANGE(BEGINNING_OF(file), BEGINNING_OF(file));
354 rang := CREATE_RANGE (END_OF(found_range),END_OF(file));
361 WRITE_FILE(file, GET_INFO(COMMAND_LINE, "output_file"));