Searched refs:tlsz (Results 1 - 1 of 1) sorted by relevance

/xsrc/external/mit/ctwm/dist/
H A Dotp.c1701 size_t tlsz = 32; // Should hardly ever be too small local in function:OtpFocusWindowBE
1703 OtpWinList **tlst = calloc(tlsz, sizeof(OtpWinList *));
1721 if(tlused == tlsz) {
1722 tlsz *= 2;
1723 OtpWinList **tln = realloc(tlst, (tlsz * sizeof(OtpWinList *)));

Completed in 4 milliseconds