Home
last modified time | relevance | path

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

/petsc/src/sys/classes/draw/impls/x/
H A Dxioerr.c12 PetscXIOErrorHandlerFn *PetscSetXIOErrorHandler(PetscXIOErrorHandlerFn *xioerrhdl) in PetscSetXIOErrorHandler() argument
14 …cXIOErrorHandlerFn *)(PetscVoidFn *)XSetIOErrorHandler((XIOErrorHandler)(void (*)(void))xioerrhdl); in PetscSetXIOErrorHandler()
H A Dxinit.c48 PetscXIOErrorHandlerFn *xioerrhdl; in PetscDrawXiClose() local
50 xioerrhdl = PetscSetXIOErrorHandler(PetscXIOErrorHandlerJump); in PetscDrawXiClose()
59 (void)PetscSetXIOErrorHandler(xioerrhdl); in PetscDrawXiClose()