Home
last modified time | relevance | path

Searched refs:postact (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/usr.bin/menuc/
H A Dmain.c98 default_info.postact.code = NULL; in main()
99 default_info.postact.endwin = FALSE; in main()
H A Dmdb.c292 if (strlen(menus[i]->info->postact.code)) { in write_menu_file()
295 if (menus[i]->info->postact.endwin) in write_menu_file()
298 menus[i]->info->postact.code); in write_menu_file()
422 if (strlen(menus[i]->info->postact.code)) in write_menu_file()
H A Dparse.y221 dispact : /* empty */ { cur_menu->info->postact.code = ""; }
222 | DISPLAY action ";" { cur_menu->info->postact = $2; }
H A Dmdb.h85 action postact; member