Home
last modified time | relevance | path

Searched refs:vterm (Results 1 – 25 of 130) sorted by relevance

123456

/dports/x11/mlterm/mlterm-3.9.1/libvterm/
H A Dvterm.c89 vterm = p; in set_config()
316 if (vterm->col_width < 5 || 99 < vterm->col_width || 99 < vterm->line_height) { in xterm_get_picture_data()
347 vterm->col_width, vterm->line_height, vterm->drcs_plane, vterm->drcs_charset); in xterm_get_picture_data()
459 vterm->pty_listener.self = vterm; in vterm_new()
465 vterm->config_listener.self = vterm; in vterm_new()
472 vterm->screen_listener.self = vterm; in vterm_new()
475 vterm->xterm_listener.self = vterm; in vterm_new()
498 vt_term_plug_pty(vterm->term, vterm->pty); in vterm_new()
506 vterm->default_fg.red = vterm->default_fg.green = vterm->default_fg.blue = 240; in vterm_new()
507 vterm->default_bg.red = vterm->default_bg.green = vterm->default_bg.blue = 0; in vterm_new()
[all …]
/dports/mail/aerc/aerc-0.4.0/widgets/
H A Dterminal.go17 Key vterm.Key
19 Mod vterm.Modifier
32 func keyMod(key vterm.Key, mod vterm.Modifier) vtermKey {
84 directKey(vterm.Key(int(vterm.KeyFunction0) + i + 1))
96 cursorPos vterm.Pos
103 vterm *vterm.VTerm member
120 term.vterm = vterm.New(24, 80)
198 if term.vterm != nil {
199 term.vterm.Close()
200 term.vterm = nil
[all …]
/dports/deskutils/cairo-dock-plugins/cairo-dock-plug-ins-3.4.1/terminal/src/
H A Dterminal-widget.c154 if (vterm == NULL) in terminal_rename_tab()
215 if (vterm == NULL) in terminal_change_color_tab()
250 if (vterm == NULL) in terminal_close_tab()
295 g_object_set (vterm, in _term_apply_settings_on_vterm()
333 VTE_TERMINAL(vterm), in _create_terminal()
424 if (vterm) in _terminal_build_menu_tab()
491 vterm, in _terminal_move_tab()
714 return vterm; in _terminal_find_clicked_tab_child()
724 if (vterm == NULL) in on_button_press_tab()
731 if (vterm != NULL) in on_button_press_tab()
[all …]
H A Dterminal-widget.h35 void terminal_rename_tab (GtkWidget *vterm);
36 void terminal_close_tab (GtkWidget *vterm);
/dports/cad/meshlab/meshlab-Meshlab-2020.05/src/plugins_unsupported/external/CoMISo/NSolver/
H A DLeastSquaresProblem.cc43 double vterm = terms_[_i]->eval_constraint(_x); in eval_term() local
45 return vterm*vterm; in eval_term()
100 double vterm = terms_[i]->eval_constraint(_x); in eval_f() local
101 vtot += vterm*vterm; in eval_f()
122 double vterm = terms_[i]->eval_constraint(_x); in eval_gradient() local
132 _g[v_it.index()] += 2.0*vterm*v_it.value(); in eval_gradient()
152 double vterm = terms_[i]->eval_constraint(_x); in eval_hessian() local
173 _H.coeffRef(h_it.row(),h_it.col()) += 2.0*vterm*(*h_it); in eval_hessian()
/dports/science/lammps/lammps-stable_29Sep2021/src/KSPACE/
H A Dewald.cpp754 double sqk,vterm; in coeffs() local
773 vterm = -2.0*(1.0/sqk + 0.25*g_ewald_sq_inv); in coeffs()
791 vterm = -2.0*(1.0/sqk + 0.25*g_ewald_sq_inv); in coeffs()
809 vterm = -2.0*(1.0/sqk + 0.25*g_ewald_sq_inv); in coeffs()
833 vterm = -2.0*(1.0/sqk + 0.25*g_ewald_sq_inv); in coeffs()
837 vg[kcount][3] = vterm*unitk[0]*k*unitk[1]*l; in coeffs()
852 vg[kcount][3] = -vterm*unitk[0]*k*unitk[1]*l; in coeffs()
879 vg[kcount][5] = vterm*unitk[1]*l*unitk[2]*m; in coeffs()
918 vg[kcount][4] = vterm*unitk[0]*k*unitk[2]*m; in coeffs()
1022 double sqk,vterm; in coeffs_triclinic() local
[all …]
/dports/audio/moony-lv2/moony-0.36.0/subprojects/d2tk/src/
H A Dbase_pty.c81 VTerm *vterm; member
446 vterm_set_utf8(vpty->vterm, 1); in _term_init()
449 vpty->state = vterm_obtain_state(vpty->vterm); in _term_init()
451 vpty->screen = vterm_obtain_screen(vpty->vterm); in _term_init()
498 if(vpty->vterm) in _term_deinit()
500 vterm_free(vpty->vterm); in _term_deinit()
747 vterm_set_size(vpty->vterm, nrows, ncols); in _term_resize()
756 vterm_input_write(vpty->vterm, buf, len); in _term_input_cb()
867 vterm_mouse_move(vpty->vterm, row, col, mod); in _term_behave()
873 vterm_mouse_button(vpty->vterm, 1, btn_l, mod); in _term_behave()
[all …]
/dports/editors/neovim/neovim-0.6.1/cmake/
H A DFindLIBVTERM.cmake9 libfind_pkg_detect(LIBVTERM vterm FIND_PATH vterm.h FIND_LIBRARY vterm)
/dports/math/cvc3/cvc3-2.4.1/src/theory_quant/
H A Dtheory_quant.cpp4483 if(isGE(vterm) || isGT(vterm)){ in newTopMatchNoSig()
4484 vr = vterm[0]; in newTopMatchNoSig()
4485 vl = vterm[1]; in newTopMatchNoSig()
4487 else if(isLE(vterm) || isLT(vterm)){ in newTopMatchNoSig()
4488 vr = vterm[1]; in newTopMatchNoSig()
4489 vl = vterm[0]; in newTopMatchNoSig()
4790 if(isGE(vterm) || isGT(vterm)){ in newTopMatchSig()
4791 vr = vterm[0]; in newTopMatchSig()
4792 vl = vterm[1]; in newTopMatchSig()
4794 else if(isLE(vterm) || isLT(vterm)){ in newTopMatchSig()
[all …]
/dports/shells/dash/dash-0.5.11.5/src/
H A Dvar.h96 #define vterm (&vlineno)[1] macro
98 #define vterm (&voptind)[1] macro
100 #define vhistsize (&vterm)[1]
129 #define termval() (vterm.text + 5)
/dports/math/cvc3/cvc3-2.4.1/src/include/
H A Dtheory_quant.h608 const Expr& vterm,
613 const Expr& vterm,
618 const Expr& vterm,
625 const Expr& vterm,
635 bool recSynMatch(const Expr& gterm, const Expr& vterm, ExprMap<Expr>& env);
637 bool recMultMatch(const Expr& gterm,const Expr& vterm, std::vector<ExprMap<Expr> >& binds);
638 bool recMultMatchDebug(const Expr& gterm,const Expr& vterm, std::vector<ExprMap<Expr> >& binds);
639 bool recMultMatchNewWay(const Expr& gterm,const Expr& vterm, std::vector<ExprMap<Expr> >& binds);
640 bool recMultMatchOldWay(const Expr& gterm,const Expr& vterm, std::vector<ExprMap<Expr> >& binds);
643 …inline bool multMatchTop(const Expr& gterm, const Expr& vterm, std::vector<ExprMap<Expr> >& binds);
[all …]
/dports/x11/mlterm/mlterm-3.9.1/
H A DMakefile.in40 vterm:
43 install-vterm:
46 clean-vterm:
/dports/editors/vim/vim-8.2.3745/src/libvterm/
H A D.gitignore10 bin/vterm-ctrl
11 bin/vterm-dump
H A DMakefile100 …,@LIBDIR@,$(LIBDIR)," -e "s,@VERSION@,$(VERSION)," <vterm.pc.in >$(DESTDIR)$(LIBDIR)/pkgconfig/vte…
128 sed "s,@VERSION@,$(VERSION)," <vterm.pc.in >__distdir/vterm.pc.in
/dports/devel/py-urwid/urwid-2.1.2/urwid/tests/
H A Dtest_vterm.py30 from urwid import vterm
71 self.term = vterm.Terminal(self.command)
307 vterm.util._target_encoding = 'utf-8'
312 vterm.util._target_encoding = 'ascii'
317 vterm.util._target_encoding = 'utf-8'
322 vterm.util._target_encoding = 'ascii'
331 vterm.util._target_encoding = 'ascii'
/dports/misc/py-powerline-status/powerline-2.8.2/tests/modules/lib/
H A Dterminal.py16 from tests.modules.lib.vterm import VTerm, Dimensions
54 self.vterm = VTerm(lib, dim)
87 self.vterm.push(s)
100 self.vterm.resize(self.dim)
104 return self.vterm.vtscreen[position]
147 self.vterm.vtscreen[row, col]
/dports/net-mgmt/py-napalm-logs/napalm-logs-0.9.0/napalm_logs/config/eos/
H A DUSER_WRITE_CONFIG.yml6 vterm: (\w+)
9 line: 'Startup config saved from {path} by {user} on {vterm} ({ip})'
H A DUSER_ENTER_CONFIG_MODE.yml7 vterm: (\w+)
9 line: ': Enter configuration mode from console by {user} on {vterm} ({ip4})'
H A DUSER_EXITED_CONFIG_MODE.yml8 vterm: (\w+)
10 line: 'Configured from {source} by {user} on {vterm} ({ip4})'
/dports/devel/cgdb/cgdb-0.8.0/lib/vterm/
H A DMakefile.am4 vterm.h \
19 vterm.c \
/dports/devel/liteide/liteide-x37.4/liteidex/src/plugins/terminal/
H A Dterminal.pro6 include(../../utils/vterm/vterm.pri)
/dports/devel/liteide/liteide-x37.4/liteidex/src/3rdparty/libvterm/
H A Dlibvterm.pro17 include/vterm.h \
32 src/vterm.c
H A DMakefile100 …,@LIBDIR@,$(LIBDIR)," -e "s,@VERSION@,$(VERSION)," <vterm.pc.in >$(DESTDIR)$(LIBDIR)/pkgconfig/vte…
128 sed "s,@VERSION@,$(VERSION)," <vterm.pc.in >__distdir/vterm.pc.in
/dports/mail/aerc/aerc-0.4.0/vendor/github.com/ddevault/go-libvterm/libvterm/
H A DMakefile103 …,@LIBDIR@,$(LIBDIR)," -e "s,@VERSION@,$(VERSION)," <vterm.pc.in >$(DESTDIR)$(LIBDIR)/pkgconfig/vte…
133 sed "s,@VERSION@,$(VERSION)," <vterm.pc.in >__distdir/vterm.pc.in
/dports/science/tinker/tinker/source/
H A Dsdstep.f192 real*8 pterm,vterm local
251 vterm = 1.0d0 - egdt**2
252 rho = (1.0d0-egdt)**2 / sqrt(pterm*vterm)
275 vterm = 2.0d0*gdt - 2.0d0*gdt2 + 4.0d0*gdt3/3.0d0
292 vsig = sqrt(ktm*vterm)

123456