Home
last modified time | relevance | path

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

/freebsd/usr.bin/indent/
H A Dargs.c149 {"npsl", PRO_BOOL, true, OFF, &opt.procnames_start_line},
156 {"psl", PRO_BOOL, true, ON, &opt.procnames_start_line},
H A Dindent_globs.h204 int procnames_start_line; /* if true, the names of procedures member
H A Dindent.c206 procnames_start_line = 1; /* -psl */ in main()
998 if (opt.procnames_start_line && s_code != e_code) { in main()