Home
last modified time | relevance | path

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

/external/python/cffi/demo/
D_curses.py89 def _check_ERR(code, fname): function
109 return _check_ERR(_call_lib(method_name, *args), method_name)
284 return _check_ERR(code, "addch")
298 return _check_ERR(code, "addstr")
312 return _check_ERR(code, "addnstr")
317 return _check_ERR(lib.wbkgd(self._win, _chtype(ch) | attr), "bkgd")
356 return _check_ERR(code, "chgat")
365 return _check_ERR(code, "[mv]wdelch")
389 return _check_ERR(code, "echochar")
444 _check_ERR(lib.wmove(self._win, y, x), "wmove")
[all …]