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

  /external/syslinux/com32/cmenu/libmenu/
cmenu.h 67 #define TFILLCHAR ' '
209 uchar tfillchar; member in struct:s_menusystem
238 void set_title_info(uchar tfillchar, uchar titleattr);
menu.c 127 cprint(ms->tfillchar, ms->titleattr, ms->numcols);
705 ms->tfillchar = TFILLCHAR;
788 void set_title_info(uchar tfillchar, uchar titleattr)
790 if (tfillchar != 0xFF)
791 ms->tfillchar = tfillchar;
    [all...]

Completed in 138 milliseconds