Home
last modified time | relevance | path

Searched refs:set_interp (Results 1 – 15 of 15) sorted by relevance

/dports/devel/gdb/gdb-11.1/gdb/
H A Dinterps.h117 : m_interp (set_interp (name)) in scoped_restore_interp()
123 set_interp (m_interp->name ()); in ~scoped_restore_interp()
131 struct interp *set_interp (const char *name);
H A Dinterps.c268 scoped_restore_interp::set_interp (const char *name) in set_interp() function
/dports/japanese/w3m-img/w3m-2b59b9e/Bonus/
H A Dhtml2latex222 def set_interp(interp)
497 intp.top.set_interp(act[1])
/dports/japanese/w3m/w3m-2b59b9e/Bonus/
H A Dhtml2latex222 def set_interp(interp)
497 intp.top.set_interp(act[1])
/dports/www/w3m-img/w3m-2b59b9e/Bonus/
H A Dhtml2latex222 def set_interp(interp)
497 intp.top.set_interp(act[1])
/dports/www/w3m/w3m-2b59b9e/Bonus/
H A Dhtml2latex222 def set_interp(interp)
497 intp.top.set_interp(act[1])
/dports/comms/uhd/uhd-90ce6062b6b5df2eddeee723777be85108e4e7c7/host/lib/rfnoc/
H A Dduc_block_control.cpp259 set_interp(interp.get(), chan); in _register_props()
450 void set_interp(int interp, const size_t chan) in set_interp() function in duc_block_control_impl
/dports/devel/vera++/vera++-1.3.0/src/plugins/tcl/cpptcl-1.1.4/
H A Dcpptcl.cpp156 o.set_interp(interp); in get_var_params()
858 void object::set_interp(Tcl_Interp *interp) in set_interp() function in Tcl::object
1105 o.set_interp(interp); in from()
H A Dcpptcl.h794 void set_interp(Tcl_Interp *interp);
/dports/math/z3/z3-z3-4.8.13/src/model/
H A Dmodel_macro_solver.h250 void set_interp();
H A Dmodel_macro_solver.cpp421 void hint_macro_solver::set_interp() { in set_interp() function in hint_macro_solver
453 set_interp(); in process()
/dports/math/py-z3-solver/z3-z3-4.8.10/src/model/
H A Dmodel_macro_solver.h250 void set_interp();
H A Dmodel_macro_solver.cpp421 void hint_macro_solver::set_interp() { in set_interp() function in hint_macro_solver
453 set_interp(); in process()
/dports/www/mod_perl2/mod_perl-2.0.11/src/modules/perl/
H A Dmodperl_interp.c305 #define set_interp(p) \ macro
/dports/x11/yad/yad-7.3/src/
H A Doption.c60 static gboolean set_interp (const gchar *, const gchar *, gpointer, GError **);
145 { "use-interp", 0, G_OPTION_FLAG_OPTIONAL_ARG, G_OPTION_ARG_CALLBACK, set_interp,
1290 set_interp (const gchar * option_name, const gchar * value, gpointer data, GError ** err) in set_interp() function