Home
last modified time | relevance | path

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

/dragonfly/contrib/ncurses/ncurses/tinfo/
H A Dread_entry.c56 convert_16bits(char *buf, NCURSES_INT2 *Numbers, int count) in convert_16bits()
82 convert_32bits(char *buf, NCURSES_INT2 *Numbers, int count) in convert_32bits()
89 assert(sizeof(NCURSES_INT2) == size); in convert_32bits()
103 convert_32bits(char *buf, NCURSES_INT2 *Numbers, int count)
117 else if (value > MAX_OF_TYPE(NCURSES_INT2))
118 Numbers[i] = MAX_OF_TYPE(NCURSES_INT2);
127 convert_16bits(char *buf, NCURSES_INT2 *Numbers, int count)
217 TYPE_MALLOC(NCURSES_INT2, NUMCOUNT, tp->Numbers); in _nc_init_termtype()
261 size_t (*convert_numbers) (char *, NCURSES_INT2 *, int); in _nc_read_termtype()
352 if (!(ptr->Numbers = TYPE_CALLOC(NCURSES_INT2, max(NUMCOUNT, num_count))) in _nc_read_termtype()
[all …]
H A Dcomp_scan.c681 if (number > MAX_OF_TYPE(NCURSES_INT2)) { in _nc_get_token()
684 number, MAX_OF_TYPE(NCURSES_INT2)); in _nc_get_token()
685 number = MAX_OF_TYPE(NCURSES_INT2); in _nc_get_token()
H A Dwrite_entry.c607 convert_16bit(unsigned char *buf, NCURSES_INT2 *Numbers, size_t count) in convert_16bit()
623 convert_32bit(unsigned char *buf, NCURSES_INT2 *Numbers, size_t count) in convert_32bit()
715 size_t (*convert_numbers) (unsigned char *, NCURSES_INT2 *, size_t) = convert_32bit; in _nc_write_object()
H A Dparse_entry.c156 TYPE_REALLOC(NCURSES_INT2, tp->num_Numbers, tp->Numbers); in _nc_extend_names()
254 #define MAX_NUMBER MAX_OF_TYPE(NCURSES_INT2)
541 (NCURSES_INT2) _nc_curr_token.tk_valnumber; in _nc_parse_entry()
H A Dalloc_ttype.c148 TYPE_REALLOC(NCURSES_INT2, to->num_Numbers, to->Numbers); in realign_data()
353 TYPE_REALLOC(NCURSES_INT2, tp->num_Numbers, tp->Numbers); in _nc_ins_ext_name()
H A Dlib_setup.c406 lines = (NCURSES_INT2) (*linep); in _nc_get_screensize()
407 columns = (NCURSES_INT2) (*colp); in _nc_get_screensize()
H A Dalloc_entry.c262 to->Numbers[i] = (NCURSES_INT2) mergenum; in _nc_merge_entry()
H A Dlib_tparm.c557 } else if ((long) param[i] > MAX_OF_TYPE(NCURSES_INT2) || in tparam_internal()
/dragonfly/contrib/ncurses/ncurses/
H A Dcurses.priv.h411 #define NCURSES_INT2 int macro
416 #define NCURSES_INT2 short macro