Home
last modified time | relevance | path

Searched refs:M_0x10 (Results 1 – 5 of 5) sorted by relevance

/dports/editors/chexedit/hexedit-0.9.7/src/
H A Dhexkeys.c305 offset += M_0x10; in handleArrowKeys()
316 offset -= M_0x10; in handleArrowKeys()
330 offset += M_0x10; in handleArrowKeys()
332 off -= M_0x10 * (MAIN_BOTTOM_LINE); in handleArrowKeys()
349 off -= M_0x10 * (MAIN_BOTTOM_LINE); in handleArrowKeys()
366 offset -= M_0x10; in handleArrowKeys()
386 offset -= M_0x10; in handleArrowKeys()
921 offset += (MAIN_BOTTOM_LINE) * M_0x10; in pagedown()
930 off -= ((MAIN_BOTTOM_LINE) * M_0x10); in pagedown()
952 off -= (cursor_y - MAIN_TOP_LINE) * M_0x10; in pagedown()
[all …]
H A Dundo.c80 top = (offset - (top * M_0x10)) & M_0xFFFFFFF0; in undoLastChange()
83 bottom = (offset + (bottom * M_0x10)) & M_0xFFFFFFF0; in undoLastChange()
143 COLS - M_0x10 + mapcur (cursor_x)); in undoLastChange()
165 move (cursor_y, COLS - M_0x10 + mapcur (cursor_x)); in undoLastChange()
180 move (cursor_y, COLS - M_0x10 + mapcur (cursor_x)); in undoLastChange()
H A Dedit.c99 move (cursor_y, COLS - M_0x10 + mapcur (cursor_x)); in deleteByte()
155 move (cursor_y, COLS - M_0x10 + mapcur (cursor_x)); in deleteByte()
224 off -= (cursor_y - 1) * M_0x10; in over_write()
230 move (cursor_y, COLS - M_0x10 + mapcur (cursor_x)); in over_write()
322 off -= (cursor_y - 1) * M_0x10; in over_write()
419 off -= (cursor_y - 1) * M_0x10; in over_write()
H A Dprint.c50 long upto = (off & M_0xFFFFFFF0) + ((MAIN_HEIGHT) * M_0x10); in drawdump()
93 wmove (Globals.wmain, cur_y, COLS - M_0x10 + pos); in drawdump()
149 i = COLS - M_0x10 + pos; in drawdump()
461 off -= M_0x10 * (cursor_y - MAIN_TOP_LINE); in redraw()
510 move (cursor_y, COLS - M_0x10 + mapcur (cursor_x)); in redraw()
H A Dhexedit.h116 #define M_0x10 0x10 macro