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

/netbsd-6-1-5-RELEASE/distrib/utils/more/
H A Dinput.c68 off_t new_pos; local
88 new_pos = ch_tell();
102 new_pos = ch_tell() - 1;
121 new_pos = ch_tell();
124 return (new_pos);
132 * of the PREVIOUS line. The line obtained is the one starting at new_pos.
138 off_t new_pos, begin_new_pos; local
185 new_pos = ch_tell() + 1;
195 new_pos = ch_tell();
209 if (ch_seek(new_pos))
[all...]
H A Dline.c420 off_t new_pos; local
432 new_pos = ch_tell();
443 new_pos = ch_tell() - 1;
451 return (new_pos);
464 off_t new_pos; local
482 new_pos = ch_tell() + 1;
492 new_pos = (off_t)0;
501 new_pos = ch_tell() + 1;
507 return (new_pos);
/netbsd-6-1-5-RELEASE/external/bsd/less/dist/
H A Dinput.c52 POSITION new_pos; local
110 new_pos = base_pos;
111 while (new_pos < curr_pos)
119 backchars = pappend(c, new_pos);
120 new_pos++;
124 new_pos -= backchars;
159 new_pos = ch_tell();
162 new_pos -= backchars + 1;
193 new_pos = ch_tell();
198 new_pos
255 POSITION new_pos, begin_new_pos, base_pos; local
[all...]
H A Dline.c1136 POSITION new_pos; local
1147 new_pos = ch_tell();
1158 new_pos = ch_tell() - 1;
1170 return (new_pos);
1185 POSITION new_pos; local
1202 new_pos = ch_tell() + 1;
1212 new_pos = ch_zero();
1226 new_pos = ch_tell() + 1;
1244 return (new_pos);
/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/dist/tests/cxx/
H A Dt-istream.cc54 streampos old_pos, new_pos; local
60 new_pos = input.tellg();
62 if (old_pos == new_pos)
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/config/
H A Dtc-dlx.c598 char *new_pos; local
645 new_pos = input_line_pointer;
647 return new_pos;
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/
H A Dsched-rgn.c3458 int old_pos, new_pos, i;
3467 for (new_pos = ebb_head[BLOCK_TO_BB (bbi) + 1] - 1;
3468 rgn_bb_table[new_pos] != bbi;
3469 new_pos--);
3470 new_pos++;
3471 gcc_assert (new_pos > ebb_head[BLOCK_TO_BB (bbi)]);
3473 gcc_assert (new_pos < old_pos);
3475 memmove (rgn_bb_table + new_pos + 1,
3476 rgn_bb_table + new_pos,
3477 (old_pos - new_pos) * sizeo
3454 int old_pos, new_pos, i; local
[all...]

Completed in 206 milliseconds