Home | History | Annotate | Download | only in src

Lines Matching full:pass

85 			int pass, unsigned lineno)
105 if (pass == 0) {
108 } else if (pass == 1) {
109 /* On the second pass, process and store the specification in spec. */
135 unsigned int lineno, maxnspec, pass;
162 * After the first pass, the spec array is malloced to the appropriate
163 * size. Second pass is to populate the spec array and check for
167 for (pass = 0; pass < 2; pass++) {
173 if (process_line(rec, path, line_buf, pass, ++lineno)
178 if (pass == 1) {
185 if (pass == 0) {