Home | History | Annotate | Download | only in xlint

Lines Matching defs:lint2

83 /* Parameters for lint2, which performs cross-translation-unit checks. */
89 } lint2;
207 if (lint2.output_library != NULL)
208 (void)remove(lint2.output_library);
413 /* only for lint2 */
415 list_add(&lint2.input_files, name);
455 list_add(&lint2.input_files, ofn);
491 list_add_ref(&lint2.input_libraries, concat2("-l", lfn));
508 ? concat2(libexec_dir, "/lint2")
513 list_add_all(&args, &lint2.flags);
514 list_add_all(&args, &lint2.input_libraries);
515 list_add_all(&args, &lint2.input_files);
518 run_child(abs_lint2, &args, lint2.output_library, -1);
623 list_add_flag(&lint2.flags, c);
656 list_add_flag(&lint2.flags, c);
683 list_add_flag(&lint2.flags, c);
690 list_add_flag(&lint2.flags, c);
700 list_add_flag(&lint2.flags, c);
701 list_add(&lint2.flags, optarg);
702 lint2.output_library = xasprintf("llib-l%s.ln", optarg);
811 cat(&lint2.input_files, output_filename);
814 lint2.output_library = NULL;