Searched refs:hotkeys (Results 1 - 1 of 1) sorted by relevance

/freebsd-12-stable/contrib/dialog/
H A Dbuttons.c362 int *hotkeys = get_hotkeys(labels); local
363 assert_ptr(hotkeys, "dlg_draw_buttons");
377 print_button(win, buffer, hotkeys[n], y, x,
394 free(hotkeys);
452 int *hotkeys = get_hotkeys(labels); local
457 if (hotkeys != 0) {
459 if (ch == hotkeys[j]) {
465 free(hotkeys);

Completed in 90 milliseconds