Home
last modified time | relevance | path

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

/petsc/src/sys/classes/viewer/impls/mathematica/
H A Dmathematica.c389 int pkt; /* The packet type */ in PetscViewerMathematicaSkipPackets() local
392 while ((pkt = MLNextPacket(link)) && (pkt != type)) MLNewPacket(link); in PetscViewerMathematicaSkipPackets()
393 if (!pkt) { in PetscViewerMathematicaSkipPackets()