Searched defs:selected (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Devices/PC/ipxe/src/hci/tui/
H A Dmenu_ui.c54 /** Currently selected item */
55 int selected; member in struct:menu_ui
107 /* Highlight if this is the selected item */
108 if ( index == ui->selected ) {
127 if ( ( index == ui->selected ) && ( ui->timeout != 0 ) ) {
157 while ( ui->first_visible < ui->selected )
159 while ( ui->first_visible > ui->selected )
180 * @ret selected Selected item
183 static int menu_loop ( struct menu_ui *ui, struct menu_item **selected ) {
196 current = ui->selected;
[all...]
/vbox/src/VBox/Main/webservice/jaxlibs/
H A Djaxb-xjc.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/com. ...

Completed in 45 milliseconds