Searched refs:chtype (Results 1 – 13 of 13) sorted by relevance
/external/toybox/kconfig/lxdialog/ |
D | dialog.h | 97 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);
|
D | util.c | 239 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/ |
D | dialog.h | 90 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);
|
D | util.c | 229 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.c | 127 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.c | 130 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/ |
D | nconf.h | 82 chtype color);
|
D | nconf.gui.c | 153 chtype color) in print_in_middle()
|
/external/boringssl/src/crypto/x509v3/ |
D | v3_utl.c | 1312 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/ |
D | x509v3.h | 735 unsigned long chtype);
|
/external/python/cpython3/Misc/NEWS.d/ |
D | 3.6.4rc1.rst | 439 of types chtype or mmask_t is less than the size of C long. curses.box()
|
D | 3.7.0a3.rst | 753 of types chtype or mmask_t is less than the size of C long. curses.box()
|
/external/python/cpython2/Misc/NEWS.d/ |
D | 2.7.15rc1.rst | 587 of types chtype or mmask_t is less than the size of C long. curses.box()
|