Home
last modified time | relevance | path

Searched refs:exitstr (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/usr.bin/menuc/
H A Dmdb.h77 char *exitstr; member
H A Dmain.c90 default_info.exitstr = NULL; in main()
H A Dmdb.c412 else if (menus[i]->info->exitstr != NULL) in write_menu_file()
413 (void)fprintf(out_file, "%s", menus[i]->info->exitstr); in write_menu_file()
H A Dparse.y160 | EXITSTRING text { cur_menu->info->exitstr = $2;
H A Dmenu_sys.def400 draw_menu_line(m, m->numopts, cury++, arg, m->exitstr);
893 m->exitstr = exit_str ? exit_str : "Exit";