Searched refs:char_pos (Results 1 - 8 of 8) sorted by relevance

/macosx-10.9.5/cctools-845/ld/
H A Dcstring_literals.c356 * cstring it parsed. line_number and char_pos are used for printing error
366 unsigned long char_pos)
385 ms->order_filename, line_number, char_pos,
389 char_pos++;
394 char_pos++;
399 char_pos++;
405 char_pos++;
415 char_pos - 1);
423 char_pos++;
427 char_pos
361 get_cstring_from_sectorder( struct merged_section *ms, unsigned long *index, char *buffer, unsigned long line_number, unsigned long char_pos) argument
[all...]
H A Dcstring_literals.h107 unsigned long char_pos);
H A Dliteral_pointers.c857 unsigned long i, j, char_pos, output_offset, merged_section_offset; local
875 char_pos = 1;
885 char_pos++;
897 char_pos++;
908 char_pos++;
920 char_pos++;
933 char_pos);
/macosx-10.9.5/ruby-104/ruby/lib/rdoc/
H A Dtom_doc.rb214 @line_pos = char_pos @s.pos
/macosx-10.9.5/ruby-104/ruby/lib/rdoc/markup/
H A Dparser.rb325 def char_pos byte_offset method
466 @line_pos = char_pos @s.pos
535 offset = char_pos byte_offset
/macosx-10.9.5/vim-53/src/
H A Dif_sniff.c1173 vi_set_cursor_pos(char_pos)
1174 long char_pos;
1181 if (char_pos == 0)
1183 char_pos = 1;
1192 if (char_count+line_size > char_pos) break;
1196 curwin->w_cursor.col = char_pos - char_count;
/macosx-10.9.5/ruby-104/ruby/
H A Dre.c858 long char_pos; member in struct:__anon12429
919 pairs[i].char_pos = c;
933 rm->char_offset[i].beg = found->char_pos;
937 rm->char_offset[i].end = found->char_pos;
/macosx-10.9.5/ruby-104/ruby/test/rdoc/
H A Dtest_rdoc_markup_parser.rb40 assert_equal 3, parser.char_pos(s.pos)
42 assert_equal 4, parser.char_pos(s.pos)

Completed in 102 milliseconds