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

/haiku-fatelf/src/libs/ncurses/ncurses/tinfo/
H A Dlib_tparm.c133 static size_t fmt_size; variable
144 fmt_size = 0;
372 if ((len2 = strlen(cp)) > fmt_size) {
373 fmt_size = len2 + fmt_size + 2;
374 if ((fmt_buff = typeRealloc(char, fmt_size, fmt_buff)) == 0)

Completed in 99 milliseconds