| /src/distrib/utils/more/ |
| input.c | 68 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...] |
| line.c | 420 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);
|
| /src/external/bsd/less/dist/ |
| input.c | 88 POSITION new_pos; local 153 new_pos = base_pos; 154 while (new_pos < curr_pos) 162 backchars = pappend(c, new_pos); 163 new_pos++; 171 new_pos++; 176 new_pos -= backchars; 214 new_pos = ch_tell(); 217 new_pos -= backchars + 1; 221 edisp_pos = new_pos; 364 POSITION new_pos; local [all...] |
| line.c | 1338 POSITION new_pos; local 1349 new_pos = ch_tell(); 1360 new_pos = ch_tell() - 1; 1372 return (new_pos); 1383 POSITION new_pos; local 1400 new_pos = ch_tell() + 1; 1410 new_pos = ch_zero(); 1424 new_pos = ch_tell() + 1; 1442 return (new_pos);
|
| /src/external/lgpl3/gmp/dist/tests/cxx/ |
| t-istream.cc | 53 streampos old_pos, new_pos; local 59 new_pos = input.tellg(); 61 if (old_pos == new_pos)
|
| /src/external/gpl3/gdb/dist/gdb/ |
| source-cache.c | 427 std::string::size_type new_pos = text.find ('\n', pos); local 432 pos = new_pos;
|
| /src/external/gpl3/gdb.old/dist/gdb/ |
| source-cache.c | 421 std::string::size_type new_pos = text.find ('\n', pos); local 426 pos = new_pos;
|
| /src/external/gpl3/binutils/dist/gas/config/ |
| tc-dlx.c | 590 char *new_pos; local 638 new_pos = input_line_pointer; 640 return new_pos;
|
| /src/external/gpl3/binutils.old/dist/gas/config/ |
| tc-dlx.c | 590 char *new_pos; local 638 new_pos = input_line_pointer; 640 return new_pos;
|
| /src/external/gpl3/gcc/dist/gcc/ |
| sched-rgn.cc | 3663 int old_pos, new_pos, i; 3673 for (new_pos = ebb_head[BLOCK_TO_BB (bbi) + 1] - 1; 3674 rgn_bb_table[new_pos] != bbi; 3675 new_pos--) 3677 new_pos++; 3678 gcc_assert (new_pos > ebb_head[BLOCK_TO_BB (bbi)]); 3680 gcc_assert (new_pos < old_pos); 3682 memmove (rgn_bb_table + new_pos + 1, 3683 rgn_bb_table + new_pos, 3684 (old_pos - new_pos) * sizeof (*rgn_bb_table)) 3659 int old_pos, new_pos, i; local [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/ |
| sched-rgn.cc | 3656 int old_pos, new_pos, i; 3666 for (new_pos = ebb_head[BLOCK_TO_BB (bbi) + 1] - 1; 3667 rgn_bb_table[new_pos] != bbi; 3668 new_pos--) 3670 new_pos++; 3671 gcc_assert (new_pos > ebb_head[BLOCK_TO_BB (bbi)]); 3673 gcc_assert (new_pos < old_pos); 3675 memmove (rgn_bb_table + new_pos + 1, 3676 rgn_bb_table + new_pos, 3677 (old_pos - new_pos) * sizeof (*rgn_bb_table)) 3652 int old_pos, new_pos, i; local [all...] |