Searched refs:noutputs (Results 1 – 3 of 3) sorted by relevance
224 int noutputs = 0; /* how much outputs before we exit */ variable401 noutputs = atoi(optarg); in main()402 if (noutputs != 0) in main()403 noutputs++; in main()
58 extern int noutputs; /* how much outputs before we exit */
611 if ((noutputs != 0) && (--noutputs == 0)) { in sidewaysintpr()