Lines Matching refs:find_library_file
1050 do_readline = self.compiler.find_library_file(self.lib_dirs,
1080 elif self.compiler.find_library_file(self.lib_dirs, 'ncursesw'):
1084 elif AIX and self.compiler.find_library_file(self.lib_dirs, 'curses'):
1086 elif self.compiler.find_library_file(self.lib_dirs, 'ncurses'):
1088 elif self.compiler.find_library_file(self.lib_dirs, 'curses'):
1110 elif self.compiler.find_library_file(self.lib_dirs +
1155 if (self.compiler.find_library_file(self.lib_dirs, 'terminfo')):
1157 elif (self.compiler.find_library_file(self.lib_dirs, 'termcap')):
1173 self.compiler.find_library_file(self.lib_dirs, panel_library)):
1451 if (self.compiler.find_library_file(self.lib_dirs, lib_name)):