Searched refs:maxcount (Results 1 – 1 of 1) sorted by relevance
55 int count = 0, maxcount = DEFAULT_MAXCOUNT; in main() local79 maxcount = atoi (optarg); in main()90 while (maxcount < 0 || count < maxcount) in main()