HomeSort by relevance Sort by last modified time
    Searched refs:spec_outfile (Results 1 - 5 of 5) sorted by null

  /external/bison/src/
files.h 27 extern char const *spec_outfile;
files.c 44 char const *spec_outfile = NULL; /* for -o. */ variable
234 /* Compute ALL_BUT_EXT and ALL_BUT_TAB_EXT from SPEC_OUTFILE
239 if (spec_outfile)
241 file_name_split (spec_outfile, &base, &tab, &ext);
242 dir_prefix = xstrndup (spec_outfile, base - spec_outfile);
246 xstrndup (spec_outfile,
247 (strlen (spec_outfile) - (ext ? strlen (ext) : 0)));
251 xstrndup (spec_outfile,
252 (strlen (spec_outfile)
    [all...]
parse-gram.y 293 | "%output" STRING { spec_outfile = $2; }
294 | "%output" "=" STRING { spec_outfile = $3; } /* deprecated */
getargs.c 691 spec_outfile = AS_FILE_NAME (optarg);
parse-gram.c     [all...]

Completed in 28 milliseconds