Searched refs:defdir (Results 1 – 1 of 1) sorted by relevance
2889 char *defdir = (char *) xmalloc (strlen (djdir->value) + 8 + 1); in construct_include_path() local2891 strcat (strcpy (defdir, djdir->value), "/include"); in construct_include_path()2892 dirs[idx++] = defdir; in construct_include_path()