Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/ncurses/progs/
Dinfocmp.c1265 int maxterms; in main() local
1456 maxterms = (argc + 2 - optind); in main()
1457 tfile = typeMalloc(path, maxterms); in main()
1458 tname = typeCalloc(char *, maxterms); in main()
1459 entries = typeCalloc(ENTRY, maxterms); in main()