Home
last modified time | relevance | path

Searched refs:expact (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/usr.bin/menuc/
H A Dmdb.c284 if (do_expands && strlen(menus[i]->info->expact.code)) { in write_menu_file()
287 if (menus[i]->info->expact.endwin) in write_menu_file()
290 menus[i]->info->expact.code); in write_menu_file()
417 if (strlen(menus[i]->info->expact.code)) in write_menu_file()
H A Dparse.y215 expaction : /* empty */ { cur_menu->info->expact.code = ""; }
218 cur_menu->info->expact = $2; }
H A Dmdb.h84 action expact; member