Home
last modified time | relevance | path

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

/freebsd-13.1/stand/ficl/
H A Dficl.c389 oldState = pVM->pState; in ficlExecC()
390 pVM->pState = &vmState; /* This has to come before the setjmp! */ in ficlExecC()
454 pVM->pState = oldState; in ficlExecC()
495 oldState = pVM->pState; in ficlExecXT()
496 pVM->pState = &vmState; /* This has to come before the setjmp! */ in ficlExecXT()
525 pVM->pState = oldState; in ficlExecXT()
531 pVM->pState = oldState; in ficlExecXT()
H A Dvm.c567 if (pVM->pState) in vmThrow()
568 longjmp(*(pVM->pState), except); in vmThrow()
579 longjmp(*(pVM->pState), VM_ERREXIT); in vmThrowErr()
H A Dficl.h479 jmp_buf *pState; /* crude exception mechanism... */ member
H A Dwords.c4616 pVM->pState = &vmState; in ficlCatch()
4642 pVM->pState = VM.pState; /* Restore just the setjmp vector */ in ficlCatch()
/freebsd-13.1/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DMSVCSetupApi.h239 STDMETHOD(GetState)(_Out_ InstanceState *pState) = 0;
/freebsd-13.1/contrib/sqlite3/
H A Dshell.c14440 ShellState *pState, in expertHandleSQL() argument
14460 ShellState *pState, in expertFinish() argument
14469 FILE *out = pState->out; in expertFinish()
14497 pState->expert.pExpert = 0; in expertFinish()
14544 pState->expert.pExpert = sqlite3_expert_new(pState->db, &zErr); in expertDotCommand()
17832 cmd.p = pState; in arDotCommand()
17833 cmd.db = pState->db; in arDotCommand()
17901 arUsage(pState->out); in arDotCommand()
17919 if( cmd.db!=pState->db ){ in arDotCommand()
18367 shellExec(pState->db, &rc, in recoverDatabaseCmd()
[all …]
H A Dsqlite3.c204629 if( pState ){
204631 rbuFreeState(pState);
204789 if( pState==0 ){
204833 p->nStep = (pState ? pState->nRow : 0);
204839 if( p->nFrame==0 || (pState && pState->iWalCksum!=p->iWalCksum) ){
205604 if( pState->zTbl ){
205610 || (pState->zDataTbl==0 && rbuStrCompare(pIter->zTbl, pState->zTbl))
205611 || (pState->zDataTbl && rbuStrCompare(pIter->zDataTbl, pState->zDataTbl))
205786 RbuState *pState = 0;
205852 && pState->eStage!=0
[all …]