Searched refs:exitstr (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/usr.bin/menuc/
H A Dmdb.h77 char *exitstr; member in struct:menu_info
H A Dmain.c90 default_info.exitstr = NULL;
H A Dmdb.c206 " const char *exitstr;\n");
412 else if (menus[i]->info->exitstr != NULL)
413 (void)fprintf(out_file, "%s", menus[i]->info->exitstr);
H A Dparse.y160 | EXITSTRING text { cur_menu->info->exitstr = $2;

Completed in 127 milliseconds