Home
last modified time | relevance | path

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

/external/toybox/kconfig/lxdialog/
Ddialog.h97 chtype atr; /* Color attribute */
193 void attr_clear(WINDOW * win, int height, int width, chtype attr);
198 void draw_box(WINDOW * win, int y, int x, int height, int width, chtype box,
199 chtype border);
Dutil.c239 void attr_clear(WINDOW * win, int height, int width, chtype attr) in attr_clear()
407 chtype box, chtype border) in draw_box()
/external/u-boot/scripts/kconfig/lxdialog/
Ddialog.h90 chtype atr; /* Color attribute */
208 void attr_clear(WINDOW * win, int height, int width, chtype attr);
213 void draw_box(WINDOW * win, int y, int x, int height, int width, chtype box,
214 chtype border);
Dutil.c229 void attr_clear(WINDOW * win, int height, int width, chtype attr) in attr_clear()
465 chtype box, chtype border) in draw_box()
/external/python/cpython2/Modules/
D_cursesmodule.c127 typedef chtype attr_t; /* No attr_t type is available */
195 PyCurses_ConvertToChtype(PyObject *obj, chtype *ch) in PyCurses_ConvertToChtype()
198 *ch = (chtype) PyInt_AsLong(obj); in PyCurses_ConvertToChtype()
199 if (*ch == (chtype) -1 && PyErr_Occurred()) in PyCurses_ConvertToChtype()
203 *ch = (chtype) *PyString_AsString(obj); in PyCurses_ConvertToChtype()
373 chtype ch = 0; in PyCursesWindow_AddCh()
520 chtype bkgd; in PyCursesWindow_Bkgd()
578 chtype bkgd; in PyCursesWindow_BkgdSet()
610 chtype ch[8]; in PyCursesWindow_Border()
643 chtype ch1=0,ch2=0; in PyCursesWindow_Box()
[all …]
/external/python/cpython3/Modules/
D_cursesmodule.c130 typedef chtype attr_t; /* No attr_t type is available */
210 PyCurses_ConvertToChtype(PyCursesWindowObject *win, PyObject *obj, chtype *ch) in PyCurses_ConvertToChtype()
256 *ch = (chtype)value; in PyCurses_ConvertToChtype()
280 chtype *ch in PyCurses_ConvertToCchar_t()
325 *ch = (chtype)value; in PyCurses_ConvertToCchar_t()
602 chtype cch = 0; in curses_window_addch_impl()
800 chtype bkgd; in PyCursesWindow_Bkgd()
856 chtype bkgd; in PyCursesWindow_BkgdSet()
886 chtype ch[8]; in PyCursesWindow_Border()
915 chtype ch1=0,ch2=0; in PyCursesWindow_Box()
[all …]
/external/u-boot/scripts/kconfig/
Dnconf.h82 chtype color);
Dnconf.gui.c153 chtype color) in print_in_middle()
/external/boringssl/src/crypto/x509v3/
Dv3_utl.c1312 unsigned long chtype) in X509V3_NAME_from_section() argument
1339 if (!X509_NAME_add_entry_by_txt(nm, type, chtype, in X509V3_NAME_from_section()
/external/boringssl/src/include/openssl/
Dx509v3.h735 unsigned long chtype);
/external/python/cpython3/Misc/NEWS.d/
D3.6.4rc1.rst439 of types chtype or mmask_t is less than the size of C long. curses.box()
D3.7.0a3.rst753 of types chtype or mmask_t is less than the size of C long. curses.box()
/external/python/cpython2/Misc/NEWS.d/
D2.7.15rc1.rst587 of types chtype or mmask_t is less than the size of C long. curses.box()