Lines Matching defs:pass
85 int pass, unsigned lineno)
120 if (pass == 0) {
123 } else if (pass == 1) {
124 /* On the second pass, process and store the specification in spec. */
150 unsigned int lineno, maxnspec, pass;
177 * After the first pass, the spec array is malloced to the appropriate
178 * size. Second pass is to populate the spec array and check for
182 for (pass = 0; pass < 2; pass++) {
188 if (process_line(rec, path, line_buf, pass, ++lineno)
193 if (pass == 1) {
200 if (pass == 0) {