Home
last modified time | relevance | path

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

/dports/devel/upp/upp/uppsrc/ide/
H A DHelp.cpp490 bool IsHelpName(const char *path) in IsHelpName() function
498 return IsHelpName(path) ? IdeImg::help() : Null; in FileIcon()
501 if(IsHelpName(path)) { in CreateDesigner()
H A Dide.h171 bool IsHelpName(const char *path);
H A Didefile.cpp466 editfile_isfolder = IsFolder(editfile) || IsHelpName(editfile); in EditFile0()