Lines Matching refs:line
433 # remove backslashes from line break continuations
626 # reliably imported into a command-line Python
742 def add_search_path(line):
746 for d in line.strip().split("=")[1].split(pathsep):
763 # Parse paths in libraries line. The line is like:
766 for line in fp:
767 if not line.startswith("libraries"):
769 add_search_path(line)
789 for line in fp.readlines():
790 if line.startswith("gcc version"):
792 elif line.startswith("clang version"):
794 elif line.startswith("#include <...>"):
796 elif line.startswith("End of search list"):
798 elif (is_gcc or is_clang) and line.startswith("LIBRARY_PATH"):
799 for d in line.strip().split("=")[1].split(":"):
804 elif (is_gcc or is_clang) and in_incdirs and '/gcc/' not in line and '/clang/' not in line:
806 line.strip())
1367 # Uncomment the next line if you want to play with xxmodule.c