Home
last modified time | relevance | path

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

/external/syslinux/com32/cmenu/libmenu/
Dcmenu.h88 #define TITLELEN 78 // Maximum length of title string macro
Dmenu.c679 ms->title = (char *)malloc(TITLELEN + 1); in init_menusystem()