Searched refs:title_str (Results 1 – 1 of 1) sorted by relevance
59 add_title_entry(char *title_str) in add_title_entry() argument63 while (isspace(*title_str)) in add_title_entry()64 title_str++; in add_title_entry()79 if ((titles[menu_entry_count] = strdup(title_str)) == NULL) in add_title_entry()