Searched refs:std_menu (Results 1 - 1 of 1) sorted by path

/freebsd-11-stable/release/picobsd/tinyware/view/
H A Dview.c65 struct menu_item std_menu[]= { variable in typeref:struct:menu_item
127 while(std_menu[i].descr!=NULL) {
130 if(strlen(std_menu[i].descr)>width) width=strlen(std_menu[i].descr);
151 while(std_menu[i].descr!=NULL) {
152 VGLBitmapString(VGLDisplay,x1+1,y1+11+i*9,std_menu[i].descr,0,pal_colors-1,0,0);
163 VGLBitmapString(VGLDisplay,x1+1,y1+11+last_pos*9,std_menu[last_pos].descr,0,pal_colors-1,0,0);
167 VGLBitmapString(VGLDisplay,x1+1,y1+11+last_pos*9,std_menu[last_pos].descr,0,pal_colors-1,0,0);
168 VGLBitmapString(VGLDisplay,x1+1,y1+11+cur_pos*9,std_menu[cur_pos].descr,pal_colors/2+1,pal_colors-1,0,0);
181 std_menu[cur_po
[all...]

Completed in 127 milliseconds