| /freebsd/contrib/ncurses/ncurses/tinfo/ |
| H A D | add_tries.c | 80 if ((ptr->sibling = typeCalloc(TRIES, 1)) == NULL) { in NCURSES_EXPORT() 92 savedptr = ptr = (*tree) = typeCalloc(TRIES, 1); in NCURSES_EXPORT() 105 ptr->child = typeCalloc(TRIES, 1); in NCURSES_EXPORT()
|
| H A D | MKcaptab.sh | 97 *actual = typeCalloc(struct name_table_entry, CAPTABSIZE); 125 *actual = typeCalloc(struct alias, tablesize + 1);
|
| H A D | make_hash.c | 179 list = typeCalloc(char *, (MAX_COLUMNS + 1)); in parse_columns() 269 name_table = typeCalloc(struct user_table_entry, tablesize); in main() 270 hash_table = typeCalloc(HashValue, HASHTABSIZE); in main()
|
| H A D | db_iterator.c | 367 my_list = typeCalloc(char *, blobsize); in _nc_first_db() 368 my_stat = typeCalloc(struct stat, blobsize); in _nc_first_db()
|
| H A D | MKuserdefs.sh | 73 *actual = typeCalloc(struct user_table_entry, USERTABSIZE);
|
| H A D | lib_acs.c | 51 MyBuffer = typeCalloc(chtype, ACS_LEN); in NCURSES_EXPORT()
|
| H A D | lib_setup.c | 920 if ((my_tcb = typeCalloc(TERMINAL_CONTROL_BLOCK, 1)) != NULL) in TINFO_SETUP_TERM() 925 termp = typeCalloc(TERMINAL, 1); in TINFO_SETUP_TERM() 1138 PRESCREEN_LIST *p = typeCalloc(PRESCREEN_LIST, 1); in new_prescr()
|
| H A D | lib_ttyflags.c | 290 _nc_prescreen.saved_tty = typeCalloc(TTY, 1); in saved_tty()
|
| H A D | hashed_db.c | 101 MYCONN *p = typeCalloc(MYCONN, 1); in make_connection()
|
| H A D | alloc_entry.c | 93 newp = typeCalloc(ENTRY, 1); in _nc_copy_entry()
|
| /freebsd/contrib/ncurses/ncurses/base/ |
| H A D | lib_instr.c | 77 && (wch = typeCalloc(wchar_t, (unsigned) n2 + 1)) != NULL) { in NCURSES_EXPORT() 93 } else if ((tmp = typeCalloc(char, need)) == NULL) { in NCURSES_EXPORT()
|
| H A D | lib_set_term.c | 351 if ((sp->_acs_map = typeCalloc(chtype, ACS_LEN)) == NULL) { in NCURSES_SP_NAME() 354 if ((sp->_screen_acs_map = typeCalloc(bool, ACS_LEN)) == NULL) { in NCURSES_SP_NAME() 363 if ((sp->_current_attr = typeCalloc(NCURSES_CH_T, 1)) == NULL) { in NCURSES_SP_NAME() 368 || ((SP->_acs_map = typeCalloc(chtype, ACS_LEN)) == NULL) in NCURSES_SP_NAME() 369 || ((SP->_screen_acs_map = typeCalloc(bool, ACS_LEN)) == NULL)) { in NCURSES_SP_NAME() 379 if ((sp->_current_attr = typeCalloc(NCURSES_CH_T, 1)) == NULL) { in NCURSES_SP_NAME()
|
| H A D | lib_newwin.c | 167 win->_line[i].text = typeCalloc(NCURSES_CH_T, (unsigned) num_columns); in NCURSES_SP_NAME() 283 if ((wp = typeCalloc(WINDOWLIST, 1)) == NULL) in NCURSES_SP_NAME() 288 if ((win->_line = typeCalloc(struct ldat, ((unsigned) num_lines))) == NULL) { in NCURSES_SP_NAME()
|
| H A D | lib_slk.c | 160 } else if ((SP_PARM->_slk = typeCalloc(SLK, 1)) == NULL) in _nc_slk_initialize() 188 || (SP_PARM->_slk->ent = typeCalloc(slk_ent, in _nc_slk_initialize()
|
| H A D | tries.c | 65 result = typeCalloc(char, len + 2); in NCURSES_EXPORT()
|
| H A D | wresize.c | 160 new_lines = typeCalloc(struct ldat, (unsigned) (ToLines + 1)); in wresize()
|
| H A D | lib_pad.c | 66 if ((win->_line[i].text = typeCalloc(NCURSES_CH_T, ((size_t) c))) == NULL) { in NCURSES_EXPORT()
|
| /freebsd/contrib/ncurses/menu/ |
| H A D | m_item_new.c | 72 && (temp = typeCalloc(wchar_t, (2 + (unsigned)count))) != NULL) in Is_Printable_String() 126 item = typeCalloc(ITEM, 1); in new_item()
|
| H A D | m_new.c | 58 MENU *menu = typeCalloc(MENU, 1); in MENU_EXPORT()
|
| /freebsd/contrib/ncurses/ncurses/widechar/ |
| H A D | lib_wacs.c | 122 if ((_nc_wacs = typeCalloc(cchar_t, ACS_LEN)) != NULL) { in _nc_init_wacs()
|
| /freebsd/contrib/ncurses/include/ |
| H A D | nc_alloc.h | 118 #define typeCalloc(type,elts) (type *)calloc((size_t)(elts),sizeof(type)) macro
|
| /freebsd/contrib/ncurses/form/ |
| H A D | fty_regex.c | 155 preg = typeCalloc(RegExp_Arg, 1); in Generic_RegularExpression_Type()
|
| H A D | fld_def.c | 308 New_Field->expanded = typeCalloc(char *, 1 + (unsigned)nbuf); in new_field()
|
| /freebsd/contrib/ncurses/ncurses/tty/ |
| H A D | hashmap.c | 315 oldhash(SP_PARM) = typeCalloc(unsigned long, in NCURSES_SP_NAME() 318 newhash(SP_PARM) = typeCalloc(unsigned long, in NCURSES_SP_NAME()
|
| /freebsd/contrib/ncurses/progs/ |
| H A D | infocmp.c | 1684 myargv = typeCalloc(char *, (size_t) (argc + 3)); in main() 1880 if ((tname = typeCalloc(char *, maxterms)) == NULL) in main() 1882 if ((entries = typeCalloc(ENTRY, maxterms)) == NULL) in main() 1885 if ((entered = typeCalloc(ENTERED, maxterms)) == NULL) in main()
|