HomeSort by relevance Sort by last modified time
    Searched refs:menuwidth (Results 1 - 2 of 2) sorted by null

  /external/syslinux/com32/cmenu/libmenu/
menu.c 179 int menuwidth = menu->menuwidth + 3; local
186 memset(sep, ms->box_horiz, menuwidth);
187 sep[menuwidth - 1] = 0;
240 memset(sep, MIDDLE_BORDER, menuwidth);
241 sep[menuwidth - 1] = 0;
260 cprint(ms->spacechar, attr[NOHLITE], menuwidth + 2);
271 gotoxy(top + row, left + menuwidth - 1);
280 int numitems, menuwidth; local
287 menuwidth = menu->menuwidth + 3
    [all...]
cmenu.h 177 uchar menuwidth; member in struct:s_menu

Completed in 683 milliseconds