Home
last modified time | relevance | path

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

/busybox-1.35.0/libbb/
Dlineedit.c588 static void draw_custom(int y, int back_cursor, bool is_full) in draw_custom() function
601 #define redraw(y, back_cursor) draw_custom((y), (back_cursor), 0)
606 #define draw_full(back_cursor) draw_custom(0, (back_cursor), 1)