typeCalloc
if ((next = typeCalloc(colorpair_t, have)) == 0)
&& (wch = typeCalloc(wchar_t, (unsigned) n2 + 1)) != 0) {
} else if ((tmp = typeCalloc(char, need)) == 0) {
win->_line[i].text = typeCalloc(NCURSES_CH_T, (unsigned) num_columns);
if ((wp = typeCalloc(WINDOWLIST, 1)) == 0)
if ((win->_line = typeCalloc(struct ldat, ((unsigned) num_lines))) == 0) {
if ((win->_line[i].text = typeCalloc(NCURSES_CH_T, ((size_t) c))) == 0) {
if ((sp->_acs_map = typeCalloc(chtype, ACS_LEN)) == NULL) {
if ((sp->_screen_acs_map = typeCalloc(bool, ACS_LEN)) == NULL) {
if ((sp->_current_attr = typeCalloc(NCURSES_CH_T, 1)) == 0) {
|| ((SP->_acs_map = typeCalloc(chtype, ACS_LEN)) == 0)
|| ((SP->_screen_acs_map = typeCalloc(bool, ACS_LEN)) == 0)) {
if ((sp->_current_attr = typeCalloc(NCURSES_CH_T, 1)) == 0) {
} else if ((SP_PARM->_slk = typeCalloc(SLK, 1)) == 0)
|| (SP_PARM->_slk->ent = typeCalloc(slk_ent,
result = typeCalloc(char, len + 2);
new_lines = typeCalloc(struct ldat, (unsigned) (ToLines + 1));
name = typeCalloc(type, size); \
#define _nc_alloc_screen_sp() typeCalloc(SCREEN, 1)
ptr->child = typeCalloc(TRIES, 1);
if ((ptr->sibling = typeCalloc(TRIES, 1)) == 0) {
savedptr = ptr = (*tree) = typeCalloc(TRIES, 1);
newp = typeCalloc(ENTRY, 1);
my_list = typeCalloc(char *, blobsize);
my_stat = typeCalloc(struct stat, blobsize);
MYCONN *p = typeCalloc(MYCONN, 1);
MyBuffer = typeCalloc(chtype, ACS_LEN);
if ((my_tcb = typeCalloc(TERMINAL_CONTROL_BLOCK, 1)) != 0)
termp = typeCalloc(TERMINAL, 1);
PRESCREEN_LIST *p = typeCalloc(PRESCREEN_LIST, 1);
delete_tparm = typeCalloc(TPARM_DATA *, MyCount);
if ((fs = typeCalloc(TPARM_DATA, 1)) != 0) {
_nc_prescreen.saved_tty = typeCalloc(TTY, 1);
list = typeCalloc(char *, (MAX_COLUMNS + 1));
struct user_table_entry *name_table = typeCalloc(struct
HashValue *hash_table = typeCalloc(HashValue, HASHTABSIZE);
oldhash(SP_PARM) = typeCalloc(unsigned long,
newhash(SP_PARM) = typeCalloc(unsigned long,
if ((_nc_wacs = typeCalloc(cchar_t, ACS_LEN)) != 0) {
New_Field->expanded = typeCalloc(char *, 1 + (unsigned)nbuf);
if ((widevalue = typeCalloc(FIELD_CELL, len + 1)) == 0)
result = typeCalloc(wchar_t, need);
preg = typeCalloc(RegExp_Arg, 1);
item = typeCalloc(ITEM, 1);
&& (temp = typeCalloc(wchar_t, (2 + (unsigned)count))) != 0)
MENU *menu = typeCalloc(MENU, 1);
myargv = typeCalloc(char *, (size_t) (argc + 3));
if ((tname = typeCalloc(char *, maxterms)) == 0)
if ((entries = typeCalloc(ENTRY, maxterms)) == 0)
if ((entered = typeCalloc(ENTERED, maxterms)) == 0)
if ((dst = typeCalloc(char *, nn + 1)) == NULL)
if ((dst = typeCalloc(char *, nn + 1)) == NULL)
char **argvec = typeCalloc(char *, need + 1);