Home
last modified time | relevance | path

Searched refs:interp (Results 1 – 25 of 305) sorted by relevance

12345678910>>...13

/netbsd-src/external/bsd/nvi/dist/tcl_api/
H A Dtcl.c65 tcl_fscreen(clientData, interp, argc, argv) in tcl_fscreen() argument
67 Tcl_Interp *interp;
74 Tcl_SetResult(interp, "Usage: viFindScreen file", TCL_STATIC);
78 if (getscreenid(interp, &sp, NULL, argv[1]))
81 (void)sprintf(interp->result, "%d", sp->id);
93 tcl_aline(clientData, interp, argc, argv) in tcl_aline() argument
95 Tcl_Interp *interp;
104 Tcl_SetResult(interp,
109 if (getscreenid(interp, &sp, argv[1], NULL) ||
110 getint(interp, "line number", argv[2], &lno))
[all …]
/netbsd-src/external/public-domain/sqlite/dist/tea/generic/
H A Dtclsqlite3.c131 Tcl_Interp *interp; /* The TCL interpret to execute the function */ member
146 Tcl_Interp *interp; /* The TCL interpret to execute the function */ member
179 Tcl_Interp *interp; /* The interpreter used for this database */ member
250 Tcl_UnregisterChannel(pDb->interp, p->channel); in closeIncrblobChannels()
259 Tcl_Interp *interp in incrblobClose() argument
280 Tcl_SetResult(interp, (char *)sqlite3_errmsg(db), TCL_VOLATILE); in incrblobClose()
416 Tcl_Interp *interp, in createIncrblobChannel() argument
436 Tcl_SetResult(interp, (char *)sqlite3_errmsg(pDb->db), TCL_VOLATILE); in createIncrblobChannel()
446 Tcl_RegisterChannel(interp, p->channel); in createIncrblobChannel()
457 Tcl_SetResult(interp, (char *)Tcl_GetChannelName(p->channel), TCL_VOLATILE); in createIncrblobChannel()
[all …]
/netbsd-src/external/bsd/openldap/dist/contrib/ldaptcl/
H A DneoXldap.c125 LDAP_SetErrorCode(LDAPTCL *ldaptcl, int code, Tcl_Interp *interp) in LDAP_SetErrorCode() argument
140 Tcl_SetErrorCode(interp, errp, NULL); in LDAP_SetErrorCode()
149 (void) Tcl_EvalObj(interp, ldaptcl->trapCmdObj); in LDAP_SetErrorCode()
154 LDAP_ErrorStringToCode(Tcl_Interp *interp, char *s) in LDAP_ErrorStringToCode() argument
165 Tcl_ResetResult(interp); in LDAP_ErrorStringToCode()
166 Tcl_AppendResult(interp, s, " is an invalid code", (char *) NULL); in LDAP_ErrorStringToCode()
187 LDAP_ProcessOneSearchResult (interp, ldap, entry, destArrayNameObj, evalCodeObj) in LDAP_ProcessOneSearchResult() argument
188 Tcl_Interp *interp; in LDAP_ProcessOneSearchResult()
203 Tcl_UnsetVar (interp, Tcl_GetStringFromObj (destArrayNameObj, NULL), 0);
207 if (Tcl_SetVar2(interp, /* set dn */
[all …]
H A DtkAppInit.c75 Tcl_AppInit (Tcl_Interp *interp) in Tcl_AppInit() argument
78 Tcl_AppInit (interp) in Tcl_AppInit()
79 Tcl_Interp *interp; in Tcl_AppInit()
82 if (Tcl_Init (interp) == TCL_ERROR) {
86 if (Tclx_Init(interp) == TCL_ERROR) {
89 Tcl_StaticPackage(interp, "Tclx", Tclx_Init, Tclx_SafeInit);
91 if (Tk_Init(interp) == TCL_ERROR) {
94 Tcl_StaticPackage(interp, "Tk", Tk_Init, (Tcl_PackageInitProc *) NULL);
96 if (Tkx_Init(interp) == TCL_ERROR) {
99 Tcl_StaticPackage(interp, "Tkx", Tkx_Init, (Tcl_PackageInitProc *) NULL);
[all …]
H A DtclAppInit.c29 EXTERN int Tcltest_Init _ANSI_ARGS_((Tcl_Interp *interp));
82 Tcl_AppInit(interp) in Tcl_AppInit() argument
83 Tcl_Interp *interp; /* Interpreter for application. */ in Tcl_AppInit()
85 if (Tcl_Init(interp) == TCL_ERROR) {
90 if (Itcl_Init(interp) == TCL_ERROR) {
93 Tcl_StaticPackage (interp, "Itcl", Itcl_Init, NULL);
97 if (Tcltest_Init(interp) == TCL_ERROR) {
100 Tcl_StaticPackage(interp, "Tcltest", Tcltest_Init,
105 if (Tclx_Init (interp) == TCL_ERROR) {
108 Tcl_StaticPackage (interp, "Tclx", Tclx_Init, NULL);
[all …]
/netbsd-src/crypto/external/bsd/netpgp/dist/bindings/tcl/
H A Dnetpgptcl_wrap.c751 SWIG_Tcl_SetErrorObj(Tcl_Interp *interp, const char *ctype, Tcl_Obj *obj) in SWIG_Tcl_SetErrorObj() argument
753 Tcl_ResetResult(interp); in SWIG_Tcl_SetErrorObj()
754 Tcl_SetObjResult(interp, obj); in SWIG_Tcl_SetErrorObj()
755 Tcl_SetErrorCode(interp, "SWIG", ctype, NULL); in SWIG_Tcl_SetErrorObj()
759 SWIG_Tcl_SetErrorMsg(Tcl_Interp *interp, const char *ctype, const char *mesg) in SWIG_Tcl_SetErrorMsg() argument
761 Tcl_ResetResult(interp); in SWIG_Tcl_SetErrorMsg()
762 Tcl_SetErrorCode(interp, "SWIG", ctype, NULL); in SWIG_Tcl_SetErrorMsg()
763 Tcl_AppendResult(interp, ctype, " ", mesg, NULL); in SWIG_Tcl_SetErrorMsg()
772 SWIG_Tcl_AddErrorMsg(Tcl_Interp *interp, const char* mesg) in SWIG_Tcl_AddErrorMsg() argument
774 Tcl_AddErrorInfo(interp, mesg); in SWIG_Tcl_AddErrorMsg()
[all …]
/netbsd-src/external/gpl3/gdb/dist/sim/moxie/
H A DChangeLog-202156 * interp.c: Include sim-signal.h.
61 * interp.c (sim_open): Set current_target_byte_order.
100 * interp.c: Replace config.h include with defs.h.
108 * interp.c: Update include path.
112 * interp.c: Delete sys/times.h include.
153 * interp.c: Include targ-vals.h.
162 * interp.c (sim_open): Delete 3rd arg to sim_cpu_alloc_all.
190 * interp.c (sim_open): Delete call to STATE_WATCHPOINTS.
198 * interp.c (sim_create_inferior): Add const to avp.
204 * interp.c (sim_open): Delete STATE_WATCHPOINTS (sd)->sizeof_pc.
[all …]
/netbsd-src/external/gpl3/gdb/dist/sim/avr/
H A DChangeLog-202145 * interp.c: Include sim-signal.h.
50 * interp.c (sim_open): Set current_target_byte_order.
74 * interp.c (sim_open): Set current_alignment.
90 * interp.c (do_call): Change sd to avr_sim_state.
101 * interp.c: Replace config.h include with defs.h.
109 * interp.c: Update include path.
145 * interp.c (sim_open): Delete 3rd arg to sim_cpu_alloc_all.
167 * interp.c (sim_open): Delete call to STATE_WATCHPOINTS.
175 * interp.c (sim_open): Delete STATE_WATCHPOINTS (sd)->sizeof_pc.
180 * interp.c: Delete HAVE_STRING_H.
[all …]
/netbsd-src/external/gpl3/gdb/dist/sim/mcore/
H A DChangeLog-202145 * interp.c: Include sim-signal.h.
88 * interp.c: Replace config.h include with defs.h.
96 * interp.c: Update include path.
101 * interp.c (sim_create_inferior): Add const to avp.
106 * interp.c: Delete sys/times.h include.
142 * interp.c (sim_open): Delete 3rd arg to sim_cpu_alloc_all.
231 * interp.c (sim_open): Mark argv const.
240 * interp.c (sim_open): Update sim_parse_args comment.
266 * interp.c (mcore_regset, LAST_VALID_CREG, NUM_MCORE_REGS: Move
288 from interp.c.
[all …]
/netbsd-src/external/gpl3/gdb/dist/sim/sh/
H A DChangeLog-202166 * interp.c (sim_open): Set current_alignment.
78 * interp.c (SET_RC): Add parenthesis.
92 * interp.c: Replace config.h include with defs.h.
100 * interp.c: Update include path.
116 * interp.c: Update includes.
122 (interp.o): Remove.
143 * interp.c: Change syscall.h include to targ-vals.h.
153 * interp.c (sim_open): Delete 3rd arg to sim_cpu_alloc_all.
185 * interp.c, simops.c: Delete HAVE_STRING_H, HAVE_STRINGS_H,
213 * interp.c (init_dsp): Likewise.
[all …]
/netbsd-src/external/gpl3/gdb/dist/sim/microblaze/
H A DChangeLog-202145 * interp.c: Include sim-signal.h.
93 * interp.c: Replace config.h include with defs.h.
101 * interp.c: Update include path.
105 * interp.c (sim_engine_run): Call TRACE_INSN.
111 * interp.c: Include sim-syscall.h.
148 * interp.c (sim_open): Delete 3rd arg to sim_cpu_alloc_all.
156 * interp.c (sim_engine_run): Use bool instead of int.
198 * interp.c: (target_big_endian): target endianess recognition fix.
240 * interp.c (sim_open): Mark argv const.
249 * interp.c (sim_open): Update sim_parse_args comment.
[all …]
/netbsd-src/external/gpl3/gdb/dist/sim/ft32/
H A DChangeLog-202145 * interp.c: Include sim-signal.h.
50 * interp.c (sim_open): Set current_target_byte_order.
74 * interp.c (sim_open): Set current_alignment.
95 * interp.c: Replace config.h include with defs.h.
103 * interp.c: Update include path.
139 * interp.c (sim_open): Delete 3rd arg to sim_cpu_alloc_all.
181 * interp.c (step_once): Add ft32 shortcode decoder.
185 * interp.c (step_once): Replace FT32_FLD_K8 with K15.
231 * interp.c (sim_open): Mark argv const.
240 * interp.c (sim_open): Update sim_parse_args comment.
[all …]
/netbsd-src/sys/compat/common/
H A Dcompat_util.c126 char *interp, in compat_elf_check_interp() argument
135 if (interp && epp->ep_interp == NULL) { in compat_elf_check_interp()
141 if (strcmp(interp, "/usr/libexec/ld.elf_so") == 0 || in compat_elf_check_interp()
142 strcmp(interp, "/libexec/ld.elf_so") == 0) { in compat_elf_check_interp()
147 snprintf(path, MAXPATHLEN, "%s-%s", interp, interp_suffix); in compat_elf_check_interp()
156 snprintf(interp, MAXPATHLEN, "%s", path); in compat_elf_check_interp()
/netbsd-src/external/gpl3/gdb/dist/sim/cr16/
H A DChangeLog-202145 * interp.c: Include sim-signal.h.
51 * interp.c (sim_open): Set current_target_byte_order.
94 * interp.c: Replace config.h include with defs.h.
105 * interp.c: Likewise.
113 * interp.c (sim_create_inferior): Use BFD_VMA_FMT and drop cast.
151 * interp.c (sim_open): Use PRIx64 to match mcode type. Skip the
158 * interp.c (sim_open): Delete 3rd arg to sim_cpu_alloc_all.
199 * interp.c (State): Define.
262 * interp.c (sim_open): Mark argv const.
271 * interp.c (sim_open): Update sim_parse_args comment.
[all …]
/netbsd-src/external/gpl3/gdb/dist/sim/mips/
H A DChangeLog-202163 * interp.c: Include sim-signal.h.
72 * interp.c (dotrace): Make comment const.
77 * interp.c (sim_monitor): Change ap type to address_word*.
96 * interp.c (sim_open): Change %lx to %x and PRIx macros.
127 * interp.c [!HAVE_DV_SOCKSER] (sockser_addr): Define to NULL.
131 * interp.c (sim_open): Add shadow mappings from 32-bit
136 * interp.c (sim_create_inferior): Only truncate sign extension
145 * interp.c (sim_open): Switch to sim_state_alloc_extra.
157 * interp.c: Replace config.h include with defs.h.
168 * interp.c: Update include path.
[all …]
/netbsd-src/external/gpl3/gdb/dist/sim/d10v/
H A DChangeLog-202145 * interp.c: Include sim-signal.h.
69 * interp.c (sim_open):
81 * interp.c (sim_create_inferior): Use offsetof in static
97 * interp.c, simops.c: Replace config.h include with defs.h.
107 * interp.c: Likewise.
116 * interp.c (sim_create_inferior): Use BFD_VMA_FMT.
153 * interp.c (xfer_mem): Use PRIxTA for printf format.
161 * interp.c (sim_open): Delete 3rd arg to sim_cpu_alloc_all.
197 * interp.c, simops.c: Delete HAVE_STRING_H, HAVE_STRINGS_H,
203 * interp.c (State): Define.
[all …]
/netbsd-src/external/gpl3/gdb/dist/sim/v850/
H A DChangeLog-202158 * interp.c (sim_open): Set current_target_byte_order.
114 * interp.c, simops.c: Include defs.h.
127 * interp.c (sim_open): Adjust format string specifier.
147 * Makefile.in (interp.o, simops.o, semantics.o): Remove.
174 * interp.c (sim_open): Delete 3rd arg to sim_cpu_alloc_all.
205 * interp.c (sim_open): Delete call to STATE_WATCHPOINTS.
223 * interp.c (sim_open): Delete STATE_WATCHPOINTS (sd)->sizeof_pc.
228 * interp.c, simops.c: Delete HAVE_STRING_H, HAVE_STRINGS_H,
290 * interp.c (sim_open): Mark argv const.
299 * interp.c (sim_open): Update sim_parse_args comment.
[all …]
/netbsd-src/external/gpl3/gdb/dist/sim/mn10300/
H A DChangeLog-202155 * interp.c: Include sim-signal.h.
62 * interp.c (sim_open): Set current_target_byte_order.
114 * interp.c [!SIGTRAP] (SIGTRAP): Define to 5.
129 * interp.c: Replace config.h include with defs.h.
170 * Makefile.in (interp.o): Remove.
202 * interp.c (sim_open): Delete 3rd arg to sim_cpu_alloc_all.
233 * interp.c (sim_open): Delete call to STATE_WATCHPOINTS.
241 * interp.c (sim_open): Delete STATE_WATCHPOINTS (sd)->sizeof_pc.
246 * interp.c, op_utils.c: Delete HAVE_STRING_H, HAVE_STRINGS_H,
309 * interp.c (sim_open): Mark argv const.
[all …]
/netbsd-src/external/gpl3/gdb/dist/sim/m68hc11/
H A DChangeLog-202163 * interp.c (sim_open): Set current_target_byte_order.
107 dv-m68hc11tim.c, dv-nvram.c, emulos.c, gencode.c, interp.c,
125 * interp.c (sim_hw_configure): Change %lx to %x in format strings.
162 * Makefile.in (interp.o): Remove.
182 * interp.c (sim_open): Delete 3rd arg to sim_cpu_alloc_all.
223 * interp.c (sim_get_info, sim_board_reset): Pass %s to sim_hw_parse.
282 * interp.c (sim_get_bank_parameters): Delete abfd arg.
361 * interp.c (sim_open): Mark argv const.
370 * interp.c (sim_open): Update sim_parse_args comment.
437 * interp.c (sim_close): Delete.
[all …]
/netbsd-src/external/gpl3/gdb/dist/sim/example-synacor/
H A DChangeLog-202150 * interp.c (sim_open): Set current_target_byte_order.
69 * interp.c (sim_open):
90 * interp.c, sim-main.c: Replace config.h include with defs.h.
98 * interp.c: Update include path.
134 * interp.c (sim_open): Delete 3rd arg to sim_cpu_alloc_all.
138 * configure.ac, interp.c, Makefile.in, README, README.arch-spec,
/netbsd-src/external/gpl3/gdb/dist/sim/pru/
H A DChangeLog-202145 * interp.c: Include sim-signal.h.
50 * interp.c (sim_open): Set current_target_byte_order.
74 * interp.c (sim_open): Set current_alignment.
95 * interp.c: Replace config.h include with defs.h.
104 * interp.c: Update include path.
144 * interp.c (sim_open): Delete 3rd arg to sim_cpu_alloc_all.
206 * interp.c: New file.
/netbsd-src/external/gpl3/gdb/dist/sim/riscv/
H A DChangeLog-202112 * interp.c (sim_open): Set STATE_MODEL_NAME.
18 * interp.c (sim_open): Set STATE_MACHS.
74 * interp.c (sim_open): Set current_target_byte_order.
113 * interp.c (sim_open): Call sim_state_alloc_extra.
122 * interp.c, machs.c, sim-main.c: Replace config.h include with defs.h.
177 * interp.c (sim_open): Delete 3rd arg to sim_cpu_alloc_all.
209 * Makefile.in, configure.ac, interp.c, machs.c, machs.h,
/netbsd-src/external/cddl/dtracetoolkit/dist/Docs/Examples/
H A Dtcl_flowtime_example.txt106 0 17901 4436098009915 18 > interp
107 0 17901 4436098009922 7 < interp
112 0 17901 4436098009970 10 > interp
113 0 17901 4436098009976 5 < interp
H A Dtcl_flow_example.txt104 0 16068 3904942508261 > interp
105 0 16068 3904942508276 < interp
110 0 16068 3904942508322 > interp
111 0 16068 3904942508328 < interp
/netbsd-src/external/cddl/dtracetoolkit/dist/Examples/
H A Dtcl_flow_example.txt104 0 16068 3904942508261 > interp
105 0 16068 3904942508276 < interp
110 0 16068 3904942508322 > interp
111 0 16068 3904942508328 < interp

12345678910>>...13