Home
last modified time | relevance | path

Searched refs:PAD_BOTH (Results 1 – 6 of 6) sorted by relevance

/dports/audio/mp3plot/mp3plot-0.6.0/src/utils/
H A Dstr_utils.cc105 case PAD_BOTH: in pad()
150 case PAD_BOTH: in pad()
H A Dstr_utils.h142 PAD_BOTH enumerator
/dports/devel/upp/upp/uppsrc/ide/
H A DFormatCode.cpp164 case PAD_BOTH : in FormatCode()
H A DSetup.cpp244 ParensPaddingMode.Add(astyle::PAD_BOTH, "pad both parenthesis sides with spaces"); in AStyleSetupDialog()
282 case astyle::PAD_BOTH : in AstyleTest()
H A Didewin.cpp528 astyle_ParensPaddingMode = astyle::PAD_BOTH; in Ide()
/dports/devel/upp/upp/uppsrc/plugin/astyle/
H A Dastyle.h60 enum ParenthesisPad { PAD_NONE, PAD_INSIDE, PAD_OUTSIDE, PAD_BOTH }; enumerator