Searched refs:expand_tabs (Results 1 – 8 of 8) sorted by relevance
53 if (!expand_tabs) in tab_from_to()89 if (expand_tabs) in print_half_line()
145 XTERN bool expand_tabs; variable
248 if (!expand_tabs && format[0] == '%') in print_ifdef_lines()
463 expand_tabs = true; in main()688 intmax_t t = expand_tabs ? 1 : tabsize; in main()
545 if (!expand_tabs) in output_1_line()
426 sub expand_tabs { subroutine456 $line = expand_tabs($line);1588 $oldindent = expand_tabs($1);1591 $oldindent = expand_tabs($1);1595 $newindent = expand_tabs($newindent);
164 int expand_tabs = TRUE; /* flag for expanding tabs */ variable690 if ((character == '\011') && (expand_tabs)) in insert()1787 expand_tabs = TRUE; in command()1789 expand_tabs = FALSE; in command()2090 expand_tabs = FALSE; in get_options()4164 expand_tabs = TRUE; in ee_init()4166 expand_tabs = FALSE; in ee_init()4326 fprintf(init_file, "%s\n", expand_tabs ? EXPAND : NOEXPAND); in dump_ee_conf()4761 (expand_tabs ? ON : OFF)); in modes_op()4784 expand_tabs = !expand_tabs; in modes_op()
1450 (expand_tabs): Renamed from tab_expand_flag.