Searched refs:interp (Results 1 - 25 of 73) sorted by relevance

123

/freebsd-11-stable/contrib/gdb/gdb/
H A Dinterps.h28 struct interp;
30 extern int interp_resume (struct interp *interp);
31 extern int interp_suspend (struct interp *interp);
32 extern int interp_prompt_p (struct interp *interp);
33 extern int interp_exec_p (struct interp *interp);
34 extern int interp_exec (struct interp *inter
[all...]
H A Dinterps.c46 struct interp struct
53 struct interp *next;
83 static struct interp *interp_list = NULL;
84 static struct interp *current_interpreter = NULL;
91 struct interp *
95 struct interp *new_interp;
97 new_interp = XMALLOC (struct interp);
112 interp_add (struct interp *interp) argument
117 gdb_assert (interp_lookup (interp
130 interp_set(struct interp *interp) argument
217 struct interp *interp; local
234 interp_ui_out(struct interp *interp) argument
285 interp_quiet_p(struct interp *interp) argument
294 interp_set_quiet(struct interp *interp, int quiet) argument
304 interp_exec_p(struct interp *interp) argument
310 interp_exec(struct interp *interp, const char *command_str) argument
425 struct interp *interp; local
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/Interp/
H A DByteCodeGenError.cpp12 using namespace clang::interp;
H A DFrame.cpp12 using namespace clang::interp;
H A DPrimType.cpp12 using namespace clang::interp;
15 namespace interp { namespace in namespace:clang
22 } // namespace interp
H A DOpcode.h19 namespace interp { namespace in namespace:clang
27 } // namespace interp
H A DFrame.h22 namespace interp { namespace in namespace:clang
42 } // namespace interp
H A DByteCodeGenError.h18 namespace interp { namespace in namespace:clang
43 } // namespace interp
H A DSource.cpp13 using namespace clang::interp;
H A DByteCodeStmtGen.h30 namespace interp { namespace in namespace:clang
86 } // namespace interp
H A DContext.h31 namespace interp { namespace in namespace:clang
83 } // namespace interp
H A DDisasm.cpp21 using namespace clang::interp;
H A DFunction.cpp16 using namespace clang::interp;
H A DInterpStack.cpp14 using namespace clang::interp;
H A DInterpState.cpp20 using namespace clang::interp;
H A DRecord.cpp12 using namespace clang::interp;
/freebsd-11-stable/contrib/sqlite3/tea/generic/
H A Dtclsqlite3.c26 ** Invoke name(interp) to initialize the Tcl interpreter.
27 ** If name(interp) returns a non-NULL string, then run
29 ** If name(interp) returns NULL, then run the regular
112 Tcl_Interp *interp; /* The TCL interpret to execute the function */ member in struct:SqlFunc
127 Tcl_Interp *interp; /* The TCL interpret to execute the function */ member in struct:SqlCollate
160 Tcl_Interp *interp; /* The interpreter used for this database */ member in struct:SqliteDb
230 Tcl_UnregisterChannel(pDb->interp, p->channel);
239 Tcl_Interp *interp
260 Tcl_SetResult(interp, (char *)sqlite3_errmsg(db), TCL_VOLATILE);
396 Tcl_Interp *interp,
395 createIncrblobChannel( Tcl_Interp *interp, SqliteDb *pDb, const char *zDb, const char *zTable, const char *zColumn, sqlite_int64 iRow, int isReadonly ) argument
456 safeToUseEvalObjv(Tcl_Interp *interp, Tcl_Obj *pCmd) argument
773 Tcl_Interp *interp = pDb->interp; local
792 setTestUnlockNotifyVars(Tcl_Interp *interp, int iArg, int nArg) argument
1216 DbTransPostCmd( ClientData data[], Tcl_Interp *interp, int result ) argument
1315 Tcl_Interp *interp = pDb->interp; local
1619 Tcl_Interp *interp = p->pDb->interp; local
1798 DbEvalNextCmd( ClientData data[], Tcl_Interp *interp, int result ) argument
1868 DbHookCmd( Tcl_Interp *interp, SqliteDb *pDb, Tcl_Obj *pArg, Tcl_Obj **ppHook ) argument
1912 DbObjCmd( void *cd, Tcl_Interp *interp, int objc, Tcl_Obj *const*objv ) argument
3652 DbObjCmdAdaptor( void *cd, Tcl_Interp *interp, int objc, Tcl_Obj *const*objv ) argument
3666 sqliteCmdUsage( Tcl_Interp *interp, Tcl_Obj *const*objv ) argument
3694 DbMain( void *cd, Tcl_Interp *interp, int objc, Tcl_Obj *const*objv ) argument
3882 Sqlite3_Init(Tcl_Interp *interp) argument
3896 Tclsqlite3_Init(Tcl_Interp *interp) argument
3897 Sqlite3_Unload(Tcl_Interp *interp, int flags) argument
3898 Tclsqlite3_Unload(Tcl_Interp *interp, int flags) argument
3904 Sqlite3_SafeInit(Tcl_Interp *interp) argument
3905 Sqlite3_SafeUnload(Tcl_Interp *interp, int flags) argument
3910 Sqlite_Init(Tcl_Interp *interp) argument
3911 Tclsqlite_Init(Tcl_Interp *interp) argument
3912 Sqlite_Unload(Tcl_Interp *interp, int flags) argument
3913 Tclsqlite_Unload(Tcl_Interp *interp, int flags) argument
3959 Tcl_Interp *interp; local
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointResolverScripted.cpp116 ScriptInterpreter *interp = GetScriptInterpreter();
117 should_continue = interp->ScriptedBreakpointResolverSearchCallback(
131 ScriptInterpreter *interp = GetScriptInterpreter(); local
132 depth = interp->ScriptedBreakpointResolverSearchDepth(
143 ScriptInterpreter *interp = GetScriptInterpreter(); local
144 interp->GetShortHelpForCommandObject(m_implementation_sp,
/freebsd-11-stable/sys/tools/sound/
H A Dfeeder_rate_mkfilter.awk599 function init_coeff_interpolator(interp)
604 if (interp == "ZOH" || interp == "LINEAR" || \
605 interp == "QUADRATIC" || interp == "HERMITE" || \
606 interp == "BSPLINE" || interp == "OPT32X" || \
607 interp == "OPT16X" || interp == "OPT8X" || \
608 interp
[all...]
/freebsd-11-stable/contrib/gdb/gdb/cli/
H A Dcli-interp.c150 struct interp *cli_interp;
/freebsd-11-stable/contrib/gdb/gdb/mi/
H A Dmi-interp.c46 struct interp *mi2_interp;
47 struct interp *mi1_interp;
48 struct interp *mi_interp;
190 struct interp *interp_to_use;
198 "mi_cmd_interpreter_exec: Usage: -interpreter-exec interp command");
/freebsd-11-stable/contrib/gdb/gdb/tui/
H A Dtui-interp.c197 struct interp *tui_interp;
/freebsd-11-stable/libexec/rtld-elf/amd64/
H A Delf_rtld.x12 .interp : { *(.interp) }
/freebsd-11-stable/libexec/rtld-elf/i386/
H A Delf_rtld.x12 .interp : { *(.interp) }
/freebsd-11-stable/stand/userboot/
H A Duserboot.h224 void (*swap_interpreter)(void *arg, const char *interp);

Completed in 390 milliseconds

123