HomeSort by: relevance | last modified time | path
    Searched defs:exitact (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.bin/menuc/
parse.y 64 %type <a_value> action exitact
115 opts ";" expaction dispact option_list exitact helpstr
226 exitact : /* empty */ { cur_menu->info->exitact.code = ""; } label
227 | EXIT action ";" { cur_menu->info->exitact = $2; }
mdb.h 86 action exitact; member in struct:menu_info

Completed in 12 milliseconds