Home
last modified time | relevance | path

Searched refs:MAX_TERMCAP_LENGTH (Results 1 – 4 of 4) sorted by relevance

/NextBSD/contrib/ncurses/include/
HDtic.h248 #define MAX_TERMCAP_LENGTH 1023 macro
/NextBSD/contrib/ncurses/ncurses/tinfo/
HDparse_entry.c898 char buf2[MAX_TERMCAP_LENGTH]; in postprocess_termcap()
938 char buf2[MAX_TERMCAP_LENGTH]; in postprocess_terminfo()
/NextBSD/contrib/ncurses/progs/
HDdump_entry.c1118 critlen = MAX_TERMCAP_LENGTH; in dump_entry()
HDtic.c947 if (len > (infodump ? MAX_TERMINFO_LENGTH : MAX_TERMCAP_LENGTH)) in main()