MCPcopy Create free account
hub / github.com/Entware/Entware / handle_f9

Function handle_f9

scripts/config/nconf.c:465–469  ·  view source on GitHub ↗

exit */

Source from the content-addressed store, hash-verified

463
464/* exit */
465static void handle_f9(int *key, struct menu *current_item)
466{
467 do_exit();
468 return;
469}
470
471/* return != 0 to indicate the key was handles */
472static int process_special_keys(int *key, struct menu *menu)

Callers

nothing calls this directly

Calls 1

do_exitFunction · 0.85

Tested by

no test coverage detected