Home | History | Annotate | Download | only in examples

Lines Matching full:file

3 # This file is part of GNU Bison
24 # Usage: extexi input-file.texi ... -- [FILES to extract]
45 /^@comment file: / {
51 file = $3;
56 if (!file)
61 input = files_output[file] ? "\n" : "";
67 if (file ~ /\.[chy]*$/)
75 fatal("no contents: " file);
79 if (files_output[file])
80 # The parens around the output file seem to be required
82 printf ("%s", input) >> (output_dir "/" file);
84 printf ("%s", input) > (output_dir "/" file);
85 close (output_dir "/" file);
86 files_output[file] = 1;
88 file = input = "";
109 if (file ~ /\.gperf$/)