Home
last modified time | relevance | path

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

/dragonfly/usr.bin/indent/
HDargs.c147 {"npsl", PRO_BOOL, true, OFF, &opt.procnames_start_line},
153 {"psl", PRO_BOOL, true, ON, &opt.procnames_start_line},
HDindent_globs.h205 int procnames_start_line; /* if true, the names of procedures member
HDindent.c201 procnames_start_line = 1; /* -psl */ in main()
984 if (opt.procnames_start_line && s_code != e_code) { in main()