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

  /src/lib/libmenu/
menu.c 311 OPTIONS old_opts = menu->opts; local in function:set_menu_opts
337 if ((menu->opts & O_ROWMAJOR) != (old_opts & O_ROWMAJOR))
352 OPTIONS old_opts = menu->opts; local in function:menu_opts_on
378 (menu->opts & O_ROWMAJOR) != (old_opts & O_ROWMAJOR))
392 OPTIONS old_opts = menu->opts; local in function:menu_opts_off
397 (menu->opts & O_ROWMAJOR) != (old_opts & O_ROWMAJOR))

Completed in 11 milliseconds