Home
last modified time | relevance | path

Searched refs:compute_pkgdatadir (Results 1 – 4 of 4) sorted by relevance

/external/bison/src/
Doutput.h26 char const *compute_pkgdatadir (void);
Doutput.c517 char const *pkgdatadir = compute_pkgdatadir (); in output_skeleton()
669 MUSCLE_INSERT_STRING_RAW ("pkgdatadir", compute_pkgdatadir ()); in prepare()
697 compute_pkgdatadir (void) in compute_pkgdatadir() function
Dgetargs.c732 printf ("%s\n", compute_pkgdatadir ()); in getargs()
/external/bison/
DChangeLog-20124581 (getargs): Add case for it calling compute_pkgdatadir.
4585 (compute_pkgdatadir): ... into this new function.
4586 * src/output.h (compute_pkgdatadir): Prototype.