Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
D_cursesmodule.c2064 char* termstr = NULL; in PyCurses_setupterm() local
2069 args, keywds, "|zi:setupterm", kwlist, &termstr, &fd)) { in PyCurses_setupterm()
2092 if (!initialised_setupterm && setupterm(termstr,fd,&err) == ERR) { in PyCurses_setupterm()
/external/python/cpython3/Modules/
D_cursesmodule.c2536 char* termstr = NULL; in PyCurses_setupterm() local
2541 args, keywds, "|zi:setupterm", kwlist, &termstr, &fd)) { in PyCurses_setupterm()
2564 if (!initialised_setupterm && setupterm(termstr,fd,&err) == ERR) { in PyCurses_setupterm()
/external/python/cpython2/Doc/library/
Dcurses.rst513 .. function:: setupterm([termstr, fd])
515 Initialize the terminal. *termstr* is a string giving the terminal name; if