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

  /external/bison/src/
files.h 36 extern char const *spec_file_prefix;
files.c 45 char const *spec_file_prefix = NULL; /* for -b. */ variable
262 if (spec_file_prefix)
266 xstrndup (spec_file_prefix,
267 last_component (spec_file_prefix) - spec_file_prefix);
268 all_but_tab_ext = xstrdup (spec_file_prefix);
parse-gram.y 270 | "%file-prefix" STRING { spec_file_prefix = $2; }
271 | "%file-prefix" "=" STRING { spec_file_prefix = $3; } /* deprecated */
getargs.c 657 spec_file_prefix = AS_FILE_NAME (optarg);
parse-gram.c     [all...]

Completed in 671 milliseconds