Searched refs:djdir (Results 1 – 1 of 1) sorted by relevance
2885 struct variable *djdir = lookup_variable ("DJDIR", 5); in construct_include_path() local2887 if (djdir) in construct_include_path()2889 char *defdir = (char *) xmalloc (strlen (djdir->value) + 8 + 1); in construct_include_path()2891 strcat (strcpy (defdir, djdir->value), "/include"); in construct_include_path()