Lines Matching refs:ManSection
10 static const char *ManSection(const char *str) in ManSection() function
683 PetscCall((*PetscHelpPrintf)(comm, " (%s)\n", ManSection(man))); in PetscOptionsEnumArray_Private()
715 …n", Prefix(prefix), opt + 1, wasset ? *value : currentvalue, currentvalue, text, ManSection(man))); in PetscOptionsInt_Private()
746 …n", Prefix(prefix), opt + 1, wasset ? *value : currentvalue, currentvalue, text, ManSection(man))); in PetscOptionsMPIInt_Private()
768 …s)\n", Prefix(prefix), opt + 1, lset ? value : currentvalue, currentvalue, text, ManSection(man))); in PetscOptionsString_Private()
799 …+ 1, wasset ? (double)*value : (double)currentvalue, (double)currentvalue, text, ManSection(man))); in PetscOptionsReal_Private()
831 …)(PetscOptionsObject->comm, " -%s%s: %s (%s)\n", Prefix(prefix), opt + 1, text, ManSection(man))); in PetscOptionsName_Private()
891 PetscCall((*PetscHelpPrintf)(comm, " (%s)\n", ManSection(man))); in PetscOptionsEList_Private()
917 …((*PetscHelpPrintf)(comm, " -%s%s: %s (%s)\n", Prefix(prefix), opt + 1, text, ManSection(man))); in PetscOptionsBoolGroupBegin_Private()
939 …PetscOptionsObject->comm, " -%s%s: %s (%s)\n", Prefix(prefix), opt + 1, text, ManSection(man))); in PetscOptionsBoolGroup_Private()
960 …PetscOptionsObject->comm, " -%s%s: %s (%s)\n", Prefix(prefix), opt + 1, text, ManSection(man))); in PetscOptionsBoolGroupEnd_Private()
986 …n", Prefix(prefix), opt + 1, iset ? PetscBools[*flg] : curvalue, curvalue, text, ManSection(man))); in PetscOptionsBool_Private()
1005 …n", Prefix(prefix), opt + 1, iset ? PetscBools[*flg] : curvalue, curvalue, text, ManSection(man))); in PetscOptionsBool3_Private()
1039 PetscCall((*PetscHelpPrintf)(comm, ">: %s (%s)\n", text, ManSection(man))); in PetscOptionsRealArray_Private()
1073 PetscCall((*PetscHelpPrintf)(comm, ">: %s (%s)\n", text, ManSection(man))); in PetscOptionsScalarArray_Private()
1107 PetscCall((*PetscHelpPrintf)(comm, ">: %s (%s)\n", text, ManSection(man))); in PetscOptionsIntArray_Private()
1132 …omm, " -%s%s: <string1,string2,...>: %s (%s)\n", Prefix(prefix), opt + 1, text, ManSection(man))); in PetscOptionsStringArray_Private()
1165 PetscCall((*PetscHelpPrintf)(comm, ">: %s (%s)\n", text, ManSection(man))); in PetscOptionsBoolArray_Private()
1222 …HelpPrintf)(comm, " -%s%s: <%s>: %s (%s)\n", Prefix(prefix), opt + 1, "", text, ManSection(man))); in PetscOptionsViewer_Private()