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

  /external/bison/src/
files.h 51 extern char *dir_prefix;
files.c 61 DIR_PREFIX is `dir/' and ALL_BUT_EXT and ALL_BUT_TAB_EXT are `dir/foo'.
63 If --output=dir/foo.tab.c was specified, DIR_PREFIX is `dir/',
72 If neither --output nor --file was specified, DIR_PREFIX is the
78 char *dir_prefix; variable
242 dir_prefix = xstrndup (spec_outfile, base - spec_outfile);
265 dir_prefix =
273 dir_prefix = xstrdup ("");
280 dir_prefix = xstrdup ("");
391 free (dir_prefix);

Completed in 79 milliseconds