Searched refs:Msgsize (Results 1 – 1 of 1) sorted by relevance
714 static int Msgsize = 0; /* Size of currently allocated Msg */ variable743 if (Msgindex >= Msgsize)755 int oldleng = Msgsize; in biggermsg()757 Msgsize += MSGINCREMENT; in biggermsg()758 newmess = (char *) malloc ((unsigned) (sizeof (char) * Msgsize)); in biggermsg()