Lines Matching refs:line
18 # - command line options to select output type73 line = fp.readline()74 if not line: break75 while line[-1:] == '\\':78 line = line[:-1] + nextline79 m_found = m_import.match(line) or m_from.match(line)83 words = line[a1:b1].split(',')84 # print '#', line, words