xlint.c | 83 /* Parameters for lint2, which performs cross-translation-unit checks. */ 89 } lint2; variable in typeref:struct:__anon941f5c590408 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) [all...] |