Home
last modified time | relevance | path

Searched refs:Str_Intern (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/bmake/
H A Dstr.c421 Str_Intern(const char *str) in Str_Intern() function
H A Dstr.h339 const char *Str_Intern(const char *);
H A Dparse.c454 gn->fname = Str_Intern(curFile->name.str); in RememberLocation()