Lines Matching refs:has_format_option

26 has_format_option(int x)  in has_format_option()  function
51 int fo_ins_blank = has_format_option(FO_INS_BLANK); in internal_format()
52 int fo_multibyte = has_format_option(FO_MBYTE_BREAK); in internal_format()
53 int fo_rigor_tw = has_format_option(FO_RIGOROUS_TW); in internal_format()
54 int fo_white_par = has_format_option(FO_WHITE_PAR); in internal_format()
101 && has_format_option(FO_WRAP_COMS)) in internal_format()
118 && !has_format_option(FO_WRAP)) in internal_format()
134 while ((!fo_ins_blank && !has_format_option(FO_INS_VI)) in internal_format()
165 if (has_format_option(FO_PERIOD_ABBR) && cc == '.' && wcc < 2) in internal_format()
171 if (has_format_option(FO_ONE_LETTER)) in internal_format()
369 if (second_indent < 0 && has_format_option(FO_Q_NUMBER)) in internal_format()
592 do_comments = has_format_option(FO_Q_COMS); in paragraph_start()
599 if (has_format_option(FO_WHITE_PAR) && !ends_in_white(lnum - 1)) in paragraph_start()
602 if (has_format_option(FO_Q_NUMBER) && (get_number_indent(lnum) > 0)) in paragraph_start()
631 if (!has_format_option(FO_AUTO)) in auto_format()
651 && has_format_option(FO_ONE_LETTER)) in auto_format()
664 if (has_format_option(FO_WRAP_COMS) && !has_format_option(FO_WRAP) in auto_format()
698 if (!wasatend && has_format_option(FO_WHITE_PAR)) in auto_format()
964 do_comments = has_format_option(FO_Q_COMS); in format_lines()
965 do_second_indent = has_format_option(FO_Q_SECOND); in format_lines()
966 do_number_indent = has_format_option(FO_Q_NUMBER); in format_lines()
967 do_trail_white = has_format_option(FO_WHITE_PAR); in format_lines()