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

/freebsd-11-stable/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-11-stable/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-11-stable/contrib/ncurses/form/
H A Dfty_regex.c163 char *last_pos = compile(rx, buf, &buf[blen], '\0');
166 char *last_pos = compile(rx, buf, &buf[blen]);
/freebsd-11-stable/contrib/dialog/
H A Dtailbox.c38 off_t last_pos; member in struct:__anon957
201 obj->last_pos = ftell(fp);
215 && sb.st_size != obj->last_pos) {
/freebsd-11-stable/sys/dev/usb/
H A Dusb_hid.c87 struct hid_pos_data last_pos[MAXID]; member in struct:hid_data
140 if (s->last_pos[i].rid == c->report_ID)
142 if (s->last_pos[i].rid == 0)
147 s->last_pos[i].rid = c->report_ID;
148 s->last_pos[i].pos = c->loc.pos;
161 if (s->last_pos[i].rid == next_rID)
163 if (s->last_pos[i].rid == 0)
168 s->last_pos[i].rid = next_rID;
169 c->loc.pos = s->last_pos[i].pos;
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ObjectContainer/BSD-Archive/
H A DObjectContainerBSDArchive.cpp96 const size_t last_pos = str.find_last_not_of(' '); local
97 if (last_pos != std::string::npos) {
98 if (last_pos + 1 < 16)
99 str.erase(last_pos + 1);
/freebsd-11-stable/contrib/libarchive/libarchive/
H A Darchive_read_support_format_rar5.c2392 int last_pos = decode_pos_clone[clen]; local
2393 table->decode_num[last_pos] = i;

Completed in 96 milliseconds