Home
last modified time | relevance | path

Searched refs:MODE_WRAP (Results 1 – 24 of 24) sorted by relevance

/dports/games/gogui/Quaqua/src/ch/randelshofer/quaqua/ext/batik/ext/awt/image/
H A DPadMode.java36 public static final int MODE_WRAP = 3; field in PadMode
45 public static final PadMode WRAP = new PadMode(MODE_WRAP);
76 case MODE_WRAP: in readResolve()
/dports/devel/premake5/premake-5.0.0-alpha16-src/contrib/mbedtls/programs/psa/
H A Dkey_ladder_demo.c167 MODE_WRAP enumerator
562 case MODE_WRAP: in run()
667 mode = MODE_WRAP; in main()
675 ( mode == MODE_WRAP || mode == MODE_UNWRAP ) ) in main()
681 ( mode == MODE_SAVE || mode == MODE_WRAP || mode == MODE_UNWRAP ) ) in main()
/dports/sysutils/tmate-ssh-server/tmate-ssh-server-97d2024/
H A Dscreen-write.c922 if (!(s->mode & MODE_WRAP) in screen_write_cell()
952 if ((s->mode & MODE_WRAP) && s->cx > screen_size_x(s) - width) { in screen_write_cell()
981 last = !(s->mode & MODE_WRAP); in screen_write_cell()
H A Dscreen.c54 s->mode = MODE_CURSOR | MODE_WRAP; in screen_reinit()
H A Dinput.c1456 screen_write_mode_clear(&ictx->ctx, MODE_WRAP); in input_csi_dispatch_rm_private()
1533 screen_write_mode_set(&ictx->ctx, MODE_WRAP); in input_csi_dispatch_sm_private()
H A Dformat.c1238 !!(wp->base.mode & MODE_WRAP)); in format_defaults_pane()
H A Dtmux.h617 #define MODE_WRAP 0x10 /* whether lines wrap */ macro
/dports/sysutils/tmate/tmate-2.4.0/
H A Dscreen-write.c922 if (!(s->mode & MODE_WRAP) in screen_write_cell()
952 if ((s->mode & MODE_WRAP) && s->cx > screen_size_x(s) - width) { in screen_write_cell()
981 last = !(s->mode & MODE_WRAP); in screen_write_cell()
H A Dscreen.c54 s->mode = MODE_CURSOR | MODE_WRAP; in screen_reinit()
H A Dinput.c1450 screen_write_mode_clear(&ictx->ctx, MODE_WRAP); in input_csi_dispatch_rm_private()
1527 screen_write_mode_set(&ictx->ctx, MODE_WRAP); in input_csi_dispatch_sm_private()
H A Dformat.c1229 !!(wp->base.mode & MODE_WRAP)); in format_defaults_pane()
H A Dtmux.h608 #define MODE_WRAP 0x10 /* whether lines wrap */ macro
/dports/sysutils/tmux23/tmux-2.3/
H A Dscreen.c57 s->mode = MODE_CURSOR | MODE_WRAP; in screen_reinit()
H A Dscreen-write.c1047 if (!(s->mode & MODE_WRAP) && (width > 1 && in screen_write_cell()
1076 if ((s->mode & MODE_WRAP) && s->cx > sx - width) { in screen_write_cell()
1146 last = !(s->mode & MODE_WRAP); in screen_write_cell()
H A Dinput.c1450 screen_write_mode_clear(&ictx->ctx, MODE_WRAP); in input_csi_dispatch_rm_private()
1527 screen_write_mode_set(&ictx->ctx, MODE_WRAP); in input_csi_dispatch_sm_private()
H A Dformat.c1220 !!(wp->base.mode & MODE_WRAP)); in format_defaults_pane()
H A Dtmux.h611 #define MODE_WRAP 0x10 /* whether lines wrap */ macro
/dports/sysutils/tmux/tmux-3.2a/
H A Dscreen-write.c313 s->mode = MODE_CURSOR | MODE_WRAP; in screen_write_reset()
1686 else if (~s->mode & MODE_WRAP) in screen_write_collect_add()
1753 if ((~s->mode & MODE_WRAP) && in screen_write_cell()
1765 if ((s->mode & MODE_WRAP) && s->cx > sx - width) { in screen_write_cell()
1839 last = !(s->mode & MODE_WRAP); in screen_write_cell()
H A Dscreen.c103 s->mode = MODE_CURSOR|MODE_WRAP; in screen_reinit()
H A Dinput.c1680 screen_write_mode_clear(sctx, MODE_WRAP); in input_csi_dispatch_rm_private()
1769 screen_write_mode_set(sctx, MODE_WRAP); in input_csi_dispatch_sm_private()
H A Dtmux.h602 #define MODE_WRAP 0x10 macro
H A Dformat.c2397 if (ft->wp->base.mode & MODE_WRAP) in format_cb_wrap_flag()
/dports/x11/sterm/st-0.8.4/
H A Dst.c47 MODE_WRAP = 1 << 0, enumerator
1030 term.mode = MODE_WRAP|MODE_UTF8; in treset()
1489 MODBIT(term.mode, set, MODE_WRAP); in tsetmode()
2401 if (IS_SET(MODE_WRAP) && (term.c.state & CURSOR_WRAPNEXT)) { in tputc()
/dports/x11-fm/xfe/xfe-1.44/st/
H A Dst.c53 MODE_WRAP = 1 << 0, enumerator
1037 term.mode = MODE_WRAP|MODE_UTF8; in treset()
1506 MODBIT(term.mode, set, MODE_WRAP); in tsetmode()
2419 if (IS_SET(MODE_WRAP) && (term.c.state & CURSOR_WRAPNEXT)) { in tputc()