Searched refs:warned_tabs (Results 1 – 3 of 3) sorted by relevance
1813 bool warned_tabs = false; in load_line() local1952 if (warn_tabs && seen_comment == 0 && !warned_tabs) in load_line()1954 warned_tabs = true; in load_line()
2324 variables, add warned_tabs automatic variable. Use current_file->line2325 instead of current_line and warned_tabs boolean to avoid diagnosing
1765 bool warned_tabs = false; in load_line() local1904 if (warn_tabs && seen_comment == 0 && !warned_tabs) in load_line()1906 warned_tabs = true; in load_line()