Home
last modified time | relevance | path

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

/busybox-1.35.0/miscutils/
Dhexedit.c54 #define LINEBUF_SIZE (8 + 1 + 3*16 + 16 + 1 + 1 /*paranoia:*/ + 13) macro
137 char buf[LINEBUF_SIZE]; in redraw()
154 char buf[LINEBUF_SIZE]; in redraw_cur_line()
262 unsigned sz = (G.height | 0xf) * LINEBUF_SIZE; in hexedit_main()