Home
last modified time | relevance | path

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

/dragonfly/contrib/bmake/
H A Dstr.c400 Str_Intern(const char *str) in Str_Intern() function
H A Dstr.h349 const char *Str_Intern(const char *);
H A Dparse.c433 gn->fname = Str_Intern(curFile->name.str); in RememberLocation()