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

/haiku-fatelf/src/libs/ncurses/ncurses/tinfo/
H A Dcomp_scan.c104 #define LEXBUFSIZ 1024 macro
201 if (used + (LEXBUFSIZ / 4) >= allocated) {
202 allocated += (allocated + LEXBUFSIZ);

Completed in 57 milliseconds