Searched refs:pState (Results 1 - 6 of 6) sorted by relevance

/freebsd-11-stable/stand/ficl/
H A Dficl.c389 oldState = pVM->pState;
390 pVM->pState = &vmState; /* This has to come before the setjmp! */
454 pVM->pState = oldState;
495 oldState = pVM->pState;
496 pVM->pState = &vmState; /* This has to come before the setjmp! */
525 pVM->pState = oldState;
531 pVM->pState = oldState;
H A Dvm.c567 if (pVM->pState)
568 longjmp(*(pVM->pState), except);
579 longjmp(*(pVM->pState), VM_ERREXIT);
H A Dficl.h479 jmp_buf *pState; /* crude exception mechanism... */ member in struct:vm
H A Dwords.c4616 pVM->pState = &vmState;
4642 pVM->pState = VM.pState; /* Restore just the setjmp vector */
/freebsd-11-stable/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DMSVCSetupApi.h236 /// <param name="pState">The state of the instance.</param>
239 STDMETHOD(GetState)(_Out_ InstanceState *pState) = 0;
/freebsd-11-stable/contrib/sqlite3/
H A Dshell.c13439 ShellState *pState,
13443 assert( pState->expert.pExpert );
13445 return sqlite3_expert_sql(pState->expert.pExpert, zSql, pzErr);
13459 ShellState *pState,
13464 sqlite3expert *p = pState->expert.pExpert;
13468 FILE *out = pState->out;
13469 int bVerbose = pState->expert.bVerbose;
13496 pState->expert.pExpert = 0;
13504 ShellState *pState, /* Current shell tool state */
13513 assert( pState
13438 expertHandleSQL( ShellState *pState, const char *zSql, char **pzErr ) argument
13458 expertFinish( ShellState *pState, int bCancel, char **pzErr ) argument
13503 expertDotCommand( ShellState *pState, char **azArg, int nArg ) argument
15882 lintFkeyIndexes( ShellState *pState, char **azArg, int nArg ) argument
16058 lintDotCommand( ShellState *pState, char **azArg, int nArg ) argument
16754 arDotCommand( ShellState *pState, int fromCmdLine, char **azArg, int nArg ) argument
17113 recoverFindTable( ShellState *pState, int *pRc, int iRoot, int bIntkey, int nCol, int *pbNoop ) argument
17153 recoverOrphanTable( ShellState *pState, int *pRc, const char *zLostAndFound, int nCol ) argument
17221 recoverDatabaseCmd(ShellState *pState, int nArg, char **azArg) argument
[all...]

Completed in 138 milliseconds