Lines Matching refs:include_as
74 def __init__(self, name, file, include_as=None, comment='', rel_str='', rel_off=0): argument
77 self.include_as = include_as
122 def process(line, idf_path, include_as): argument
178 err_dict[num].append(ErrItem(words[1], idf_path, include_as, comment))
182 unproc_list.append(ErrItem(words[1], idf_path, include_as, comment, related, num))
198 err_dict[num].append(ErrItem(item.name, item.file, item.include_as, item.comment))
255 if e.include_as:
256 includes.add(e.include_as)
348 include_as = None
353 include_as = m.group(1)
357 process(line, path_in_idf, include_as)