Home
last modified time | relevance | path

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

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