Searched refs:typeCalloc (Results 1 - 25 of 26) sorted by relevance

12

/freebsd-10.2-release/contrib/ncurses/ncurses/tinfo/
H A Dadd_tries.c77 if ((ptr->sibling = typeCalloc(TRIES, 1)) == 0) {
89 savedptr = ptr = (*tree) = typeCalloc(TRIES, 1);
102 ptr->child = typeCalloc(TRIES, 1);
H A DMKcaptab.sh70 *actual = typeCalloc(struct name_table_entry, CAPTABSIZE);
98 *actual = typeCalloc(struct alias, tablesize + 1);
H A Dlib_acs.c46 MyBuffer = typeCalloc(chtype, ACS_LEN);
H A Dcomp_hash.c204 if (list == 0 && (list = typeCalloc(char *, MAX_COLUMNS)) == 0)
239 struct name_table_entry *name_table = typeCalloc(struct
241 short *hash_table = typeCalloc(short, HASHTABSIZE);
H A Dlib_data.c96 return ((my_screen = typeCalloc(SCREEN, 1)) != 0);
H A Dlib_ttyflags.c194 _nc_prescreen.saved_tty = typeCalloc(TTY, 1);
H A Dalloc_entry.c107 ENTRY *newp = typeCalloc(ENTRY, 1);
H A Dlib_setup.c549 termp = typeCalloc(TERMINAL, 1);
H A Dread_entry.c47 #define TYPE_CALLOC(type,elts) typeCalloc(type, (unsigned)(elts))
/freebsd-10.2-release/contrib/ncurses/ncurses/base/
H A Dlib_instr.c77 && (wch = typeCalloc(wchar_t, (unsigned) n2 + 1)) != 0) {
86 } else if ((tmp = typeCalloc(char, n3 + 10)) == 0) {
H A Dlib_slk.c79 } else if ((SP->_slk = typeCalloc(SLK, 1)) == 0)
106 || (SP->_slk->ent = typeCalloc(slk_ent,
H A Dtries.c63 result = typeCalloc(char, len + 2);
H A Dlib_newwin.c138 win->_line[i].text = typeCalloc(NCURSES_CH_T, (unsigned) num_columns);
229 if ((wp = typeCalloc(WINDOWLIST, 1)) == 0)
234 if ((win->_line = typeCalloc(struct ldat, ((unsigned) num_lines))) == 0) {
H A Dlib_set_term.c269 || ((SP->_acs_map = typeCalloc(chtype, ACS_LEN)) == 0)
270 || ((SP->_screen_acs_map = typeCalloc(bool, ACS_LEN)) == 0)) {
278 if ((SP->_current_attr = typeCalloc(NCURSES_CH_T, 1)) == 0)
H A Dwresize.c139 new_lines = typeCalloc(struct ldat, (unsigned) (ToLines + 1));
H A Dlib_pad.c62 if ((win->_line[i].text = typeCalloc(NCURSES_CH_T, ((size_t) c))) == 0) {
H A Dlib_color.c70 #define TYPE_CALLOC(type,elts) typeCalloc(type, (unsigned)(elts))
/freebsd-10.2-release/contrib/ncurses/include/
H A Dnc_alloc.h99 #define typeCalloc(type,elts) (type *)calloc((elts),sizeof(type)) macro
/freebsd-10.2-release/contrib/ncurses/ncurses/widechar/
H A Dlib_wacs.c99 _nc_wacs = typeCalloc(cchar_t, ACS_LEN);
/freebsd-10.2-release/contrib/ncurses/menu/
H A Dm_item_new.c71 && (temp = typeCalloc(wchar_t, (2 + (unsigned)count))) != 0)
/freebsd-10.2-release/contrib/ncurses/ncurses/tty/
H A Dhashmap.c300 oldhash = typeCalloc(unsigned long, (unsigned) screen_lines);
302 newhash = typeCalloc(unsigned long, (unsigned) screen_lines);
/freebsd-10.2-release/contrib/ncurses/form/
H A Dfld_def.c308 New_Field->expanded = typeCalloc(char *, 1 + (unsigned)nbuf);
/freebsd-10.2-release/contrib/ncurses/progs/
H A Dtoe.c482 eargv = typeCalloc(char *, count + 1);
H A Dinfocmp.c1287 myargv = typeCalloc(char *, (size_t) (argc + 3));
1458 tname = typeCalloc(char *, maxterms);
1459 entries = typeCalloc(ENTRY, maxterms);
H A Dtic.c399 dst = typeCalloc(char *, nn + 1);
422 dst = typeCalloc(char *, nn + 1);

Completed in 120 milliseconds

12