Home | History | Annotate | Download | only in Shell

Lines Matching refs:nDieAfterFrames

75 	m_pShellData->nDieAfterFrames = PVRSHELL_QUIT_AFTER_FRAME;
322 m_pShellData->nDieAfterFrames = value;
422 case prefQuitAfterFrame: return m_pShellData->nDieAfterFrames;
1655 if((m_pShell->m_pShellData->nDieAfterFrames>=0) && (nCurrentFrame >= m_pShell->m_pShellData->nDieAfterFrames))