Home | History | Annotate | Download | only in Modules

Lines Matching refs:chtype

130 typedef chtype attr_t;           /* No attr_t type is available */
203 /* Convert an object to a byte (an integer of type chtype):
211 PyCurses_ConvertToChtype(PyCursesWindowObject *win, PyObject *obj, chtype *ch)
257 *ch = (chtype)value;
264 "byte doesn't fit in chtype");
268 /* Convert an object to a byte (chtype) or a character (cchar_t):
281 chtype *ch
326 *ch = (chtype)value;
329 "byte doesn't fit in chtype");
597 chtype cch;
795 chtype bkgd;
851 chtype bkgd;
881 chtype ch[8];
910 chtype ch1=0,ch2=0;
1049 chtype ch;
1275 chtype ch;
1320 chtype ch = 0;
1909 chtype ch;
3074 chtype ch;
3090 chtype ch;