Lines Matching refs:text

89 PETSC_EXTERN void petscoptionsbool_(char *opt, char *text, char *man, PetscBool *currentvalue, Pets…  in petscoptionsbool_()  argument
94 FIXCHAR(text, lentext, ctext); in petscoptionsbool_()
104 FREECHAR(text, ctext); in petscoptionsbool_()
108 PETSC_EXTERN void petscoptionsbool3_(char *opt, char *text, char *man, PetscBool3 *currentvalue, Pe… in petscoptionsbool3_() argument
113 FIXCHAR(text, lentext, ctext); in petscoptionsbool3_()
123 FREECHAR(text, ctext); in petscoptionsbool3_()
127 PETSC_EXTERN void petscoptionsboolarray_(char *opt, char *text, char *man, PetscBool *dvalue, Petsc… in petscoptionsboolarray_() argument
133 FIXCHAR(text, lentext, ctext); in petscoptionsboolarray_()
144 FREECHAR(text, ctext); in petscoptionsboolarray_()
148 PETSC_EXTERN void petscoptionsenumprivate_(char *opt, char *text, char *man, const char *const *lis… in petscoptionsenumprivate_() argument
154 FIXCHAR(text, lentext, ctext); in petscoptionsenumprivate_()
165 FREECHAR(text, ctext); in petscoptionsenumprivate_()
169 PETSC_EXTERN void petscoptionsint_(char *opt, char *text, char *man, PetscInt *currentvalue, PetscI… in petscoptionsint_() argument
174 FIXCHAR(text, lentext, ctext); in petscoptionsint_()
184 FREECHAR(text, ctext); in petscoptionsint_()
188 PETSC_EXTERN void petscoptionsintarray_(char *opt, char *text, char *man, PetscInt *currentvalue, P… in petscoptionsintarray_() argument
193 FIXCHAR(text, lentext, ctext); in petscoptionsintarray_()
203 FREECHAR(text, ctext); in petscoptionsintarray_()
207 PETSC_EXTERN void petscoptionsreal_(char *opt, char *text, char *man, PetscReal *currentvalue, Pets… in petscoptionsreal_() argument
212 FIXCHAR(text, lentext, ctext); in petscoptionsreal_()
222 FREECHAR(text, ctext); in petscoptionsreal_()
226 PETSC_EXTERN void petscoptionsrealarray_(char *opt, char *text, char *man, PetscReal *currentvalue,… in petscoptionsrealarray_() argument
231 FIXCHAR(text, lentext, ctext); in petscoptionsrealarray_()
241 FREECHAR(text, ctext); in petscoptionsrealarray_()
245 PETSC_EXTERN void petscoptionsscalar_(char *opt, char *text, char *man, PetscScalar *currentvalue, … in petscoptionsscalar_() argument
250 FIXCHAR(text, lentext, ctext); in petscoptionsscalar_()
260 FREECHAR(text, ctext); in petscoptionsscalar_()
264 PETSC_EXTERN void petscoptionsscalararray_(char *opt, char *text, char *man, PetscScalar *currentva… in petscoptionsscalararray_() argument
269 FIXCHAR(text, lentext, ctext); in petscoptionsscalararray_()
279 FREECHAR(text, ctext); in petscoptionsscalararray_()
283 PETSC_EXTERN void petscoptionsstring_(char *opt, char *text, char *man, char *currentvalue, char *v… in petscoptionsstring_() argument
289 FIXCHAR(text, lentext, ctext); in petscoptionsstring_()
303 FREECHAR(text, ctext); in petscoptionsstring_()