Home
last modified time | relevance | path

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

/petsc/src/sys/classes/viewer/impls/ascii/
H A Dasciiimpl.h10 PetscInt tab_store; /* store tabs value while tabs are turned off */ member
H A Dfilev.c418 if (flg) ascii->tab = ascii->tab_store; in PetscViewerASCIIUseTabs()
420 ascii->tab_store = ascii->tab; in PetscViewerASCIIUseTabs()
1050 vascii->tab_store = 0; in PetscViewerCreate_ASCII()