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

  /external/bison/src/
files.c 48 char const *spec_outfile = NULL; /* for -o. */ variable
238 /* Compute ALL_BUT_EXT and ALL_BUT_TAB_EXT from SPEC_OUTFILE
243 if (spec_outfile)
245 file_name_split (spec_outfile, &base, &tab, &ext);
246 dir_prefix = xstrndup (spec_outfile, base - spec_outfile);
250 xstrndup (spec_outfile,
251 (strlen (spec_outfile) - (ext ? strlen (ext) : 0)));
255 xstrndup (spec_outfile,
256 (strlen (spec_outfile)
    [all...]
files.h 27 extern char const *spec_outfile;
getargs.c 427 spec_outfile = AS_FILE_NAME (optarg);
parse-gram.y 244 | "%output" "=" string_content { spec_outfile = $3; }

Completed in 280 milliseconds