Lines Matching defs:ch1
40 int status, flag3, fd, ch, ch1;
44 ch1 = -1;
60 ch1 = random() % 8;
62 ch1 = (random() % 5) + 1;
65 ch, ch1);
72 ch1 = random() % 8;
74 ch1 = (random() % 5) + 1;
77 ch, ch1);
84 ch1 = atoi(argv[2]);
87 /* Ensure ch1 is properly allocated when ch == 2 or ch == 8. */
88 assert(!((ch == 2 || ch == 8) && ch1 == -1));
99 switch (ch1) {
252 switch (ch1) {