Home
last modified time | relevance | path

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

/external/syslinux/com32/cmenu/libmenu/
Dtui.h65 void drawbox(const char, const char, const char, const char,
Dhelp.c135 drawbox(0, 0, nr - 1, nc - 1, 0x07); in showhelp()
Dtui.c212 void drawbox(const char top, const char left, const char bot, in drawbox() function
Dmenu.c290 drawbox(top - 1, left - 3, top + numitems, left + menuwidth, in printmenu()