Searched refs:lpos (Results 1 - 14 of 14) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/readline/readline/
H A Ddisplay.c660 int newlines, lpos, temp, n0, num, prompt_lines_estimate; local
804 lpos++; \
805 if (lpos >= _rl_screenwidth) \
819 lpos = 0; \
825 lpos++; \
826 if (lpos >= _rl_screenwidth) \
834 lpos = 0; \
841 /* lpos is a physical cursor position, so it needs to be adjusted by the
844 characters into account, and if lpos exceeds the screen width, we copy
846 lpos
[all...]
/netbsd-current/external/bsd/nsd/dist/
H A Dradtree.c1198 unsigned int lab, dpos, lpos; local
1231 lpos = 0;
1234 if(lpos < *labstart[lab])
1235 /* lpos+1 to skip labelstart, lpos++ to move forward */
1236 byte = char_d2r(labstart[lab][++lpos]);
1241 lpos = 0;
1256 if(lpos < *labstart[lab])
1257 b = char_d2r(labstart[lab][++lpos]);
1264 lpos
1283 unsigned int lab, dpos, lpos; local
[all...]
/netbsd-current/external/gpl3/gdb/dist/readline/readline/
H A Ddisplay.c746 int newlines, lpos, temp, n0, num, prompt_lines_estimate; local
893 lpos++; \
894 if (lpos >= _rl_screenwidth) \
908 lpos = 0; \
914 lpos++; \
915 if (lpos >= _rl_screenwidth) \
923 lpos = 0; \
930 /* lpos is a physical cursor position, so it needs to be adjusted by the
933 characters into account, and if lpos exceeds the screen width, we copy
935 lpos
[all...]
/netbsd-current/external/mpl/dhcp/dist/keama/
H A Dconflex.c64 tmp->lpos = tmp->line = 1;
202 cfile->lpos = 1;
205 if (cfile->lpos <= 80) {
206 cfile->cur_line[cfile->lpos - 1] = c;
207 cfile->cur_line[cfile->lpos] = 0;
209 cfile->lpos++;
259 p = cfile->lpos;
H A Dkeama.h83 * information. The "lpos" variable tells us where we are in the
93 int lpos; member in struct:parse
/netbsd-current/external/mpl/dhcp/dist/common/
H A Dconflex.c67 tmp->lpos = tmp -> line = 1;
217 cfile->lpos = 1;
220 if (cfile->lpos <= 80) {
221 cfile->cur_line [cfile->lpos - 1] = c;
222 cfile->cur_line [cfile->lpos] = 0;
224 cfile->lpos++;
274 p = cfile -> lpos;
/netbsd-current/external/mpl/dhcp/dist/common/tests/
H A Doption_unittest.c146 cfile->lpos = cfile->line = 1;
/netbsd-current/external/gpl3/binutils/dist/gprofng/libcollector/
H A Diolib.c1083 uint64_t lpos = CUR_MAKE (1, indx, foff); local
1084 if (__collector_cas_64p (&hndl->curpos, &opos, &lpos) != opos)
1107 if (__collector_cas_64p (&hndl->curpos, &lpos, &npos) != lpos)
/netbsd-current/external/gpl3/binutils.old/dist/gprofng/libcollector/
H A Diolib.c1083 uint64_t lpos = CUR_MAKE (1, indx, foff); local
1084 if (__collector_cas_64p (&hndl->curpos, &opos, &lpos) != opos)
1107 if (__collector_cas_64p (&hndl->curpos, &lpos, &npos) != lpos)
/netbsd-current/external/bsd/wpa/dist/src/p2p/
H A Dp2p.c2543 u8 *lpos; local
2572 lpos = p2p_buf_add_ie_hdr(tmp);
2585 p2p_buf_update_ie_hdr(tmp, lpos);
2604 u8 *lpos; local
2642 lpos = p2p_buf_add_ie_hdr(tmp);
2648 p2p_buf_update_ie_hdr(tmp, lpos);
/netbsd-current/external/gpl3/binutils/dist/gas/config/
H A Dtc-msp430.c108 long lpos; /* Label position. */ member in struct:rcodes_s
4239 ENCODE_RELAX (rc.lpos, STATE_BITS10),
/netbsd-current/external/gpl3/gdb.old/dist/gas/config/
H A Dtc-msp430.c108 long lpos; /* Label position. */ member in struct:rcodes_s
4231 ENCODE_RELAX (rc.lpos, STATE_BITS10),
/netbsd-current/external/gpl3/binutils.old/dist/gas/config/
H A Dtc-msp430.c108 long lpos; /* Label position. */ member in struct:rcodes_s
4239 ENCODE_RELAX (rc.lpos, STATE_BITS10),
/netbsd-current/external/mpl/dhcp/dist/includes/
H A Ddhcpd.h308 * information. The "lpos" variable tells us where we are in the
318 int lpos; member in struct:parse

Completed in 249 milliseconds