Home
last modified time | relevance | path

Searched refs:SelectorNameIsKeyword (Results 1 – 4 of 4) sorted by relevance

/dports/science/py-pymol/pymol-open-source-2.4.0/layer3/
H A DSelector.h193 bool SelectorNameIsKeyword(PyMOLGlobals * G, const char *name);
H A DExecutive.cpp3629 } else if(WordMatchExact(G, name, cKeywordSame, ignore_case) || SelectorNameIsKeyword(G, name)) { in ExecutiveSetName()
14513 } else if (SelectorNameIsKeyword(G, obj->Name)) { in ExecutiveManageObject()
H A DSelector.cpp1035 bool SelectorNameIsKeyword(PyMOLGlobals * G, const char *name) in SelectorNameIsKeyword() function
/dports/science/py-pymol/pymol-open-source-2.4.0/layer1/
H A DPyMOLObject.cpp687 if (SelectorNameIsKeyword(G, name)) { in ObjectMakeValidName()