Searched refs:NLCRE_bol (Results 1 – 2 of 2) sorted by relevance
30 NLCRE_bol = re.compile('(\r\n|\r|\n)') variable437 bolmo = NLCRE_bol.match(firstline)
32 NLCRE_bol = re.compile(r'(\r\n|\r|\n)') variable456 bolmo = NLCRE_bol.match(firstline)