Home
last modified time | relevance | path

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

/petsc/src/sys/objects/
H A Doptions.c704 PetscBool nextiskey = PETSC_FALSE; in PetscOptionsInsertArgs() local
705 if (left >= 2) PetscCall(PetscOptionsValidKey(eargs[1], &nextiskey)); in PetscOptionsInsertArgs()
706 if (left < 2 || nextiskey) { in PetscOptionsInsertArgs()