Lines Matching refs:l
268 for l in lines:269 if re.match(r"^ALLOC_POOL.*$",l):270 alloc_cpp.append(l.strip())271 if re.match(r"^POOL.*$",l):272 alloc_h.append(l.strip())280 for l in alloc_h:281 print(l,file=h)287 for l in alloc_cpp:288 print(l,file=h)298 for l in lines:299 print(l.rstrip(),file=h)