Home
last modified time | relevance | path

Searched refs:PRO_BOOL (Results 1 – 15 of 15) sorted by relevance

/dports/devel/gindent/indent-2.2.12/src/
H A Dargs.c138 PRO_BOOL, /*!< boolean */ enumerator
290 …{"v", PRO_BOOL, false, ON, &settings.verbose, …
291 …{"ut", PRO_BOOL, true, ON, &settings.use_tabs, …
293 …{"st", PRO_BOOL, false, ON, &settings.use_stdout, …
294 …{"ss", PRO_BOOL, false, ON, &settings.space_sp_semicolon, …
309 …{"o", PRO_BOOL, false, ON, &settings.expect_output_file, …
310 …{"nv", PRO_BOOL, false, OFF, &settings.verbose, …
360 …{"h", PRO_BOOL, 0, ONOFF_NA, NULL, …
489 …{"h", PRO_BOOL, 0, ONOFF_NA, NULL, …
728 ((p->p_type == PRO_BOOL) && (p->p_special == ON)) || in set_defaults()
[all …]
/dports/devel/gindent/indent-2.2.12/regression/input/
H A Dargs.c38 PRO_BOOL, /* boolean */ enumerator
192 {"bacc", PRO_BOOL, false, ON,
194 {"badp", PRO_BOOL, false, ON,
202 {"br", PRO_BOOL, true, ON, &btype_2, &exp_bl},
239 {"nbacc", PRO_BOOL, false, OFF,
241 {"nbadp", PRO_BOOL, false, OFF,
291 {"bacc", PRO_BOOL, false, ON,
293 {"badp", PRO_BOOL, false, ON,
341 {"nbacc", PRO_BOOL, false, OFF,
343 {"nbadp", PRO_BOOL, false, OFF,
[all …]
H A Dcomments1.c31 PRO_BOOL, /* boolean */ enumerator
/dports/devel/gindent/indent-2.2.12/regression/standard/
H A Dargs.c38 PRO_BOOL, /* boolean */ enumerator
191 {"bacc", PRO_BOOL, false, ON,
193 {"badp", PRO_BOOL, false, ON,
201 {"br", PRO_BOOL, true, ON, &btype_2, &exp_bl},
238 {"nbacc", PRO_BOOL, false, OFF,
240 {"nbadp", PRO_BOOL, false, OFF,
289 {"bacc", PRO_BOOL, false, ON,
291 {"badp", PRO_BOOL, false, ON,
339 {"nbacc", PRO_BOOL, false, OFF,
341 {"nbadp", PRO_BOOL, false, OFF,
[all …]
H A Dcomments1-fca.c31 PRO_BOOL, /* boolean */ enumerator
H A Dcomments1.c31 PRO_BOOL, /* boolean */ enumerator
/dports/games/ldmud/ldmud-3.3.720/src/util/indent/
H A Dargs.c41 enum profile {PRO_BOOL, /* boolean */ enumerator
154 {"bacc", PRO_BOOL, false, ON,
156 {"badp", PRO_BOOL, false, ON,
163 {"bl", PRO_BOOL, true, OFF, &btype_2, &exp_bl},
164 {"br", PRO_BOOL, true, ON, &btype_2, &exp_bl},
177 {"ei", PRO_BOOL, true, ON, &else_if, &exp_ei},
196 {"lpc", PRO_BOOL, false, ON, &lpc, &exp_lpc},
200 {"nbacc", PRO_BOOL, false, ON,
202 {"nbadp", PRO_BOOL, false, OFF,
234 {"v", PRO_BOOL, false, ON, &verbose, &exp_v},
[all …]
/dports/databases/postgresql96-server/postgresql-9.6.24/src/tools/pgindent/
H A Dindent.bsd.patch72 #define PRO_BOOL 2 /* boolean */
101 "bacc", PRO_BOOL, false, ON, &blanklines_around_conditional_compilation
/dports/databases/postgresql96-pltcl/postgresql-9.6.24/src/tools/pgindent/
H A Dindent.bsd.patch72 #define PRO_BOOL 2 /* boolean */
101 "bacc", PRO_BOOL, false, ON, &blanklines_around_conditional_compilation
/dports/databases/postgresql96-plpython/postgresql-9.6.24/src/tools/pgindent/
H A Dindent.bsd.patch72 #define PRO_BOOL 2 /* boolean */
101 "bacc", PRO_BOOL, false, ON, &blanklines_around_conditional_compilation
/dports/databases/postgresql96-plperl/postgresql-9.6.24/src/tools/pgindent/
H A Dindent.bsd.patch72 #define PRO_BOOL 2 /* boolean */
101 "bacc", PRO_BOOL, false, ON, &blanklines_around_conditional_compilation
/dports/databases/postgresql96-docs/postgresql-9.6.24/src/tools/pgindent/
H A Dindent.bsd.patch72 #define PRO_BOOL 2 /* boolean */
101 "bacc", PRO_BOOL, false, ON, &blanklines_around_conditional_compilation
/dports/databases/postgresql96-contrib/postgresql-9.6.24/src/tools/pgindent/
H A Dindent.bsd.patch72 #define PRO_BOOL 2 /* boolean */
101 "bacc", PRO_BOOL, false, ON, &blanklines_around_conditional_compilation
/dports/databases/postgresql96-client/postgresql-9.6.24/src/tools/pgindent/
H A Dindent.bsd.patch72 #define PRO_BOOL 2 /* boolean */
101 "bacc", PRO_BOOL, false, ON, &blanklines_around_conditional_compilation
/dports/devel/gindent/indent-2.2.12/
H A DChangeLog-2001175 if (p->p_type == PRO_BOOL || p->p_type == PRO_INT)
181 if ((p->p_type == PRO_BOOL) && (p->p_special == ON) || p->p_type == PRO_INT)