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

/freebsd-11.0-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-11.0-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-11.0-release/sys/dev/usb/
H A Dusb_hid.c86 struct hid_pos_data last_pos[MAXID]; member in struct:hid_data
139 if (s->last_pos[i].rid == c->report_ID)
141 if (s->last_pos[i].rid == 0)
146 s->last_pos[i].rid = c->report_ID;
147 s->last_pos[i].pos = c->loc.pos;
160 if (s->last_pos[i].rid == next_rID)
162 if (s->last_pos[i].rid == 0)
167 s->last_pos[i].rid = next_rID;
168 c->loc.pos = s->last_pos[i].pos;
/freebsd-11.0-release/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.0-release/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.0-release/contrib/llvm/tools/lldb/source/Plugins/ObjectContainer/BSD-Archive/
H A DObjectContainerBSDArchive.cpp107 const size_t last_pos = str.find_last_not_of(' '); local
108 if (last_pos != std::string::npos)
110 if (last_pos + 1 < 16)
111 str.erase (last_pos + 1);

Completed in 64 milliseconds