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

  /external/bison/src/
files.h 36 extern char const *spec_file_prefix;
files.c 49 char const *spec_file_prefix = NULL; /* for -b. */ variable
266 if (spec_file_prefix)
270 all_but_tab_ext = xstrdup (spec_file_prefix);
getargs.c 431 spec_file_prefix = AS_FILE_NAME (optarg);
parse-gram.y 229 | "%file-prefix" "=" string_content { spec_file_prefix = $3; }

Completed in 194 milliseconds