Home
last modified time | relevance | path

Searched refs:z_byte (Results 1 – 17 of 17) sorted by relevance

/dports/editors/emacs-devel/emacs-4d1968b/etc/
H A Demacs-buffer.gdb128 $i, $modp, ($buf->text->z_byte - 1), $name, $mode, \
132 $i, $modp, ($buf->text->z_byte - 1), $name, $mode
192 set $end = $gap_end + ($buf->z_byte - $buf->gpt_byte)
225 if $buf->z_byte > 1
226 if $buf->z_byte <= $buf->gpt_byte
252 if $buf->z_byte <= 1
269 if $yverbose && $buf->z_byte <= 1
/dports/editors/emacs/emacs-27.2/etc/
H A Demacs-buffer.gdb128 $i, $modp, ($buf->text->z_byte - 1), $name, $mode, \
132 $i, $modp, ($buf->text->z_byte - 1), $name, $mode
192 set $end = $gap_end + ($buf->z_byte - $buf->gpt_byte)
225 if $buf->z_byte > 1
226 if $buf->z_byte <= $buf->gpt_byte
252 if $buf->z_byte <= 1
269 if $yverbose && $buf->z_byte <= 1
/dports/audio/praat/praat-6.2.03/sys/
H A DGraphics_image.cpp39 …float, constmatrixview <MelderColour> const& z_rgbt, constmatrixview <unsigned char> const& z_byte, in _GraphicsScreen_cellArrayOrImage()
124 …integer value = offset - scale * ( ! NUMisEmpty (z_float) ? z_float [iy] [ix] : z_byte [iy] [ix] ); in _GraphicsScreen_cellArrayOrImage()
129 …integer value = offset - scale * ( ! NUMisEmpty (z_float) ? z_float [iy] [ix] : z_byte [iy] [ix] ); in _GraphicsScreen_cellArrayOrImage()
133 … double value = offset - scale * ( ! NUMisEmpty (z_float) ? z_float [iy] [ix] : z_byte [iy] [ix] ); in _GraphicsScreen_cellArrayOrImage()
346 constvectorview <unsigned char> ztop = z_byte [itop], zbottom = z_byte [ibottom]; in _GraphicsScreen_cellArrayOrImage()
378 constvectorview <unsigned char> ziy = z_byte [iy]; in _GraphicsScreen_cellArrayOrImage()
466 constmatrixview <unsigned char> const& z_byte, in _GraphicsPostscript_cellArrayOrImage()
640 …int value = (int) (offset - scale * ( ! NUMisEmpty (z_float) ? z_float [iy] [ix] : z_byte [iy] [ix… in _GraphicsPostscript_cellArrayOrImage()
649 …float, constmatrixview <MelderColour> const& z_rgbt, constmatrixview <unsigned char> const& z_byte, in _cellArrayOrImage()
655 …_GraphicsScreen_cellArrayOrImage (static_cast <GraphicsScreen> (me), z_float, z_rgbt, z_byte, ix1,… in _cellArrayOrImage()
[all …]
/dports/devel/universal-ctags/ctags-p5.9.20211128.0/Units/simple-gdbinit.d/
H A Dinput.gdb9 if $yverbose && $buf->z_byte <= 1
/dports/editors/emacs/emacs-27.2/src/
H A Dbuffer.h59 #define Z_BYTE (current_buffer->text->z_byte)
82 …rrent_buffer->text->beg + current_buffer->text->gap_size + current_buffer->text->z_byte - BEG_BYTE)
106 #define BUF_Z_BYTE(buf) ((buf)->text->z_byte)
229 ptrdiff_t z_byte; /* Byte pos of end of buffer. */ member
928 return buf->text->beg + buf->text->gap_size + buf->text->z_byte - BEG_BYTE; in BUF_Z_ADDR()
H A D.gdbinit137 if ($t->z != $t->z_byte)
138 printf "[%d]", $t->z_byte
H A Dpdumper.c2823 DUMP_FIELD_COPY (out, buffer, own_text.z_byte); in dump_buffer()
H A Dxdisp.c22729 ptrdiff_t z_byte; in maybe_produce_line_number() local
22742 z_byte = line_numbers_wide ? Z_BYTE : ZV_BYTE; in maybe_produce_line_number()
22776 if (!(beg_byte <= start_from && start_from <= z_byte)) in maybe_produce_line_number()
H A DChangeLog.74528 (struct buffer_text): New fields gpt_byte, z_byte.
/dports/editors/emacs-devel/emacs-4d1968b/src/
H A Dbuffer.h59 #define Z_BYTE (current_buffer->text->z_byte)
90 …rrent_buffer->text->beg + current_buffer->text->gap_size + current_buffer->text->z_byte - BEG_BYTE)
114 #define BUF_Z_BYTE(buf) ((buf)->text->z_byte)
237 ptrdiff_t z_byte; /* Byte pos of end of buffer. */ member
933 return buf->text->beg + buf->text->gap_size + buf->text->z_byte - BEG_BYTE; in BUF_Z_ADDR()
H A D.gdbinit142 if ($t->z != $t->z_byte)
143 printf "[%d]", $t->z_byte
H A Dpdumper.c2757 DUMP_FIELD_COPY (out, buffer, own_text.z_byte); in dump_buffer()
H A Dxdisp.c23484 ptrdiff_t z_byte; in maybe_produce_line_number() local
23497 z_byte = line_numbers_wide ? Z_BYTE : ZV_BYTE; in maybe_produce_line_number()
23531 if (!(beg_byte <= start_from && start_from <= z_byte)) in maybe_produce_line_number()
H A DChangeLog.74528 (struct buffer_text): New fields gpt_byte, z_byte.
/dports/editors/emacs/emacs-27.2/doc/lispref/
H A Dinternals.texi2176 @itemx z_byte
/dports/editors/emacs-devel/emacs-4d1968b/doc/lispref/
H A Dinternals.texi2298 @itemx z_byte
/dports/editors/emacs/emacs-27.2/info/
H A Delisp.info82404z_byte