Home
last modified time | relevance | path

Searched refs:function_brace_split (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/usr.bin/indent/
H A Dargs.c126 {"fbs", PRO_BOOL, true, ON, &opt.function_brace_split},
149 {"nfbs", PRO_BOOL, true, OFF, &opt.function_brace_split},
H A Dindent_globs.h186 int function_brace_split; /* split function declaration and member
H A Dindent.c804 if (opt.function_brace_split) { /* dump the line prior in main()