Lines Matching full:clo_level
32 int clo_level = 1;
35 if (argc >= 3) clo_level = atoi(argv[2]);
42 if (clo_level > LEVEL) {
43 printf("error argv[2] (level arg) %d > max LEVEL %d\n", clo_level, LEVEL);
48 clo_many, clo_level,
49 clo_many * clo_level + clo_level * (clo_level == 1 ? 0 : 1));
51 for (l = 0; l < clo_level; l++) {
58 if (clo_level > 1) {
65 for (l = 0; l < clo_level; l++) {
72 if (clo_level > 1) {
79 for (l = 0; l < clo_level; l++) {
86 if (clo_level > 1) {
93 for (l = 0; l < clo_level; l++) {
95 if (clo_level > 1) {