Searched refs:menu_items (Results 1 – 8 of 8) sorted by relevance
84 static int menu_top = 0, menu_items = 0, menu_sel = 0; variable171 for (; i < menu_top + menu_items; ++i) { in draw_screen_locked()484 menu_items = i - menu_top; in ui_start_menu()504 if (menu_sel >= menu_items) menu_sel = menu_items - 1; in ui_menu_select()
87 static int menu_top = 0, menu_items = 0, menu_sel = 0; variable682 menu_items = i - menu_top; in ui_start_menu()698 if (menu_sel >= menu_items) menu_sel = menu_items-1; in ui_menu_select()701 menu_sel = menu_items-1;//�����ʾ�����ǰ��Ϊ�����������Ϊ�����л�ʱ���л���β�� in ui_menu_select()702 } else if (menu_sel >= menu_items) { in ui_menu_select()
122 int menu_top, menu_items, menu_sel; variable
925 const char * const *menu_items) in v4l2_ctrl_check() argument939 if (qctrl->type == V4L2_CTRL_TYPE_MENU && menu_items != NULL) { in v4l2_ctrl_check()940 if (menu_items[ctrl->value] == NULL || in v4l2_ctrl_check()941 menu_items[ctrl->value][0] == '\0') in v4l2_ctrl_check()971 const char * const *menu_items = NULL; in cx2341x_ext_ctrls() local978 menu_items = cx2341x_ctrl_get_menu(params, qctrl.id); in cx2341x_ext_ctrls()979 err = v4l2_ctrl_check(ctrl, &qctrl, menu_items); in cx2341x_ext_ctrls()
1# ncurses 6.1 - patch 20190817 - Thomas E. Dickey 2# 3# --- ...
1# ncurses 6.1 - patch 20190824 - Thomas E. Dickey 2# 3# --- ...
1# ncurses 6.1 - patch 20191207 - Thomas E. Dickey 2# 3# --- ...
1#!/bin/sh 2# Use this script to patch ncurses 6.1 to 6.1 ( ...