Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/
Dpyclbr.py252 mod, token = _getname(g)
285 name, token = _getname(g)
289 name2, token = _getname(g)
299 def _getname(g): function
/external/mksh/src/
Dexec.c955 cp = search_path(_getname(sh), path, X_OK, NULL); in scriptexec()
/external/python/cpython2/Modules/
Dposixmodule.c4786 sh_name = _getname(shell); in _PyPopen()