Home
last modified time | relevance | path

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

/third_party/toybox/toys/other/
Dhexedit.c37 #define UNDO_LEN (sizeof(toybuf)/(sizeof(long long)+1)) macro
199 toybuf[(sizeof(long long)*UNDO_LEN)+TT.undo++] = TT.data[pos]; in hexedit_main()
200 if (TT.undolen < UNDO_LEN) TT.undolen++; in hexedit_main()
201 TT.undo %= UNDO_LEN; in hexedit_main()
220 if (!TT.undo) TT.undo = UNDO_LEN; in hexedit_main()
222 TT.data[pos] = toybuf[sizeof(long long)*UNDO_LEN+TT.undo]; in hexedit_main()