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

/freebsd-9.3-release/contrib/dialog/
H A Dtailbox.c38 off_t last_pos; member in struct:__anon935
200 obj->last_pos = ftell(fp);
214 && sb.st_size != obj->last_pos) {
/freebsd-9.3-release/contrib/ncurses/form/
H A Dfty_regex.c154 char *last_pos = compile(rx, buf, &buf[blen], '\0');
157 char *last_pos = compile(rx, buf, &buf[blen]);
/freebsd-9.3-release/lib/libusbhid/
H A Dparse.c58 struct hid_pos_data last_pos[MAXID]; member in struct:hid_data
111 if (s->last_pos[i].rid == c->report_ID)
113 if (s->last_pos[i].rid == 0)
118 s->last_pos[i].rid = c->report_ID;
120 s->last_pos[i].pos[j] = s->pos[j];
133 if (s->last_pos[i].rid == next_rID)
135 if (s->last_pos[i].rid == 0)
140 s->last_pos[i].rid = next_rID;
142 s->pos[j] = s->last_pos[i].pos[j];
/freebsd-9.3-release/release/picobsd/tinyware/view/
H A Dview.c117 int last_pos,cur_pos,max_item; local
155 last_pos=-1;
162 if(last_pos==-1) last_pos=0;
163 VGLBitmapString(VGLDisplay,x1+1,y1+11+last_pos*9,std_menu[last_pos].descr,0,pal_colors-1,0,0);
164 last_pos=-1;
165 } else if(last_pos!=cur_pos) {
166 if(last_pos==-1) last_pos
[all...]
/freebsd-9.3-release/sys/dev/usb/
H A Dusb_hid.c85 struct hid_pos_data last_pos[MAXID]; member in struct:hid_data
138 if (s->last_pos[i].rid == c->report_ID)
140 if (s->last_pos[i].rid == 0)
145 s->last_pos[i].rid = c->report_ID;
146 s->last_pos[i].pos = c->loc.pos;
159 if (s->last_pos[i].rid == next_rID)
161 if (s->last_pos[i].rid == 0)
166 s->last_pos[i].rid = next_rID;
167 c->loc.pos = s->last_pos[i].pos;

Completed in 127 milliseconds